reference/mongodb/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -20,15 +20,9 @@
20
20
<row>
21
21
<entry><link linkend="ini.mongodb.debug">mongodb.debug</link></entry>
22
22
<entry>""</entry>
23
-
<entry>PHP_INI_ALL</entry>
23
+
<entry><constant>INI_ALL</constant></entry>
24
24
<entry></entry>
25
25
</row>
26
-
<row>
27
-
<entry><link linkend="ini.mongodb.mock_service_id">mongodb.mock_service_id</link></entry>
28
-
<entry>"0"</entry>
29
-
<entry>PHP_INI_ALL</entry>
30
-
<entry>Available as of mongodb 1.11.0.</entry>
31
-
</row>
32
26
</tbody>
33
27
</tgroup>
34
28
</table>
...
...
@@ -78,36 +72,6 @@
78
72
</note>
79
73
</listitem>
80
74
</varlistentry>
81
-

82
-
<varlistentry xml:id="ini.mongodb.mock_service_id">
83
-
<term>
84
-
<parameter>mongodb.mock_service_id</parameter>
85
-
<type>string</type>
86
-
</term>
87
-
<listitem>
88
-
<para>
89
-
This option can be used to enable or disable mocking of the
90
-
<literal>serviceId</literal> field in <literal>hello</literal> command
91
-
responses.
92
-
</para>
93
-
<para>
94
-
Specify an empty string, <literal>"0"</literal>,
95
-
<literal>"off"</literal>, <literal>"no"</literal>, or
96
-
<literal>"false"</literal> to disable mocking.
97
-
</para>
98
-
<para>
99
-
Specify <literal>"1"</literal>, <literal>"on"</literal>,
100
-
<literal>"yes"</literal>, or <literal>"true"</literal> to enable
101
-
mocking.
102
-
</para>
103
-
<note>
104
-
<para>
105
-
This option is primarily intended for internal testing of load balancers
106
-
and should not be used under normal circumstances.
107
-
</para>
108
-
</note>
109
-
</listitem>
110
-
</varlistentry>
111
75
</variablelist>
112
76
</para>
113
77
</article>
114
78