- Fix title

- I don't think that autoreconnect option has ever existed
- allow_persistent is no longer available


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328515 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2012-11-28 01:23:24 +00:00
parent 98a9ca1d9e
commit 9e4c08994f

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="mongo.configuration" xmlns="http://docbook.org/ns/docbook">
<title>php.ini Options</title>
&reftitle.runtime;
&extension.runtime;
<para>
<table>
@ -25,11 +25,6 @@
<entry>true</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry><link linkend="ini.mongo.auto-reconnect">mongo.auto_reconnect</link></entry>
<entry>true</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry><link linkend="ini.mongo.chunk-size">mongo.chunk_size</link></entry>
<entry>262144</entry>
@ -113,19 +108,8 @@
</term>
<listitem>
<para>
If persistent connections are allowed.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.mongo.auto-reconnect">
<term>
<parameter>mongo.auto_reconnect</parameter>
<type>bool</type>
</term>
<listitem>
<para>
Whether to reconnect to the database if the connection is lost.
If persistent connections are allowed. (Removed in 1.3.0 - all
connections are now persistent).
</para>
</listitem>
</varlistentry>