From 9e4c08994f81c9a3b21254bf1161838a74bd1f90 Mon Sep 17 00:00:00 2001
From: Hannes Magnusson <bjori@php.net>
Date: Wed, 28 Nov 2012 01:23:24 +0000
Subject: [PATCH] - 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
---
 reference/mongo/ini.xml | 22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/reference/mongo/ini.xml b/reference/mongo/ini.xml
index 8756518b66..a65cb11bfd 100644
--- a/reference/mongo/ini.xml
+++ b/reference/mongo/ini.xml
@@ -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>