vrana           Fri Aug 17 09:51:56 2007 UTC

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-ping.xml 
  Log:
  Automatic reconnection since MySQL 5.0.13 (bug #41083)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-ping.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/mysql/functions/mysql-ping.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-ping.xml:1.9 
phpdoc/en/reference/mysql/functions/mysql-ping.xml:1.10
--- phpdoc/en/reference/mysql/functions/mysql-ping.xml:1.9      Wed Jun 20 
22:25:00 2007
+++ phpdoc/en/reference/mysql/functions/mysql-ping.xml  Fri Aug 17 09:51:56 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry xml:id="function.mysql-ping" xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>mysql_ping</refname>
@@ -19,6 +19,11 @@
    long while, to check whether or not the server has closed the connection
    and reconnect if necessary.
   </para>
+  <note>
+   <para>
+    Since MySQL 5.0.13, automatic reconnection feature is disabled.
+   </para>
+  </note>
  </refsect1>
 
  <refsect1 role="parameters">

Reply via email to