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:
Hannes Magnusson 2015-11-03 05:23:59 +00:00
parent 898b3418ea
commit ec6879325f

View file

@ -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>