mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Its called mongodb.debug - not mongodb.debug_log now
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338075 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
898b3418ea
commit
ec6879325f
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><link linkend="ini.mongodb.debug-log">mongodb.debug_log</link></entry>
|
||||
<entry><link linkend="ini.mongodb.debug">mongodb.debug</link></entry>
|
||||
<entry>""</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
|
@ -34,14 +34,14 @@
|
|||
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="ini.mongodb.debug-log">
|
||||
<varlistentry xml:id="ini.mongodb.debug">
|
||||
<term>
|
||||
<parameter>mongodb.debug_log</parameter>
|
||||
<parameter>mongodb.debug</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Store full activity debug log in this file.
|
||||
Store full activity debug log in this directory or stream.
|
||||
The special value "stderr" can be provided to write to STDERR.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue