georg           Tue Jul 16 10:29:01 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mysql  reference.xml 
  Log:
  Added php.ini option mysql.connect_timeout
  
  
Index: phpdoc/en/reference/mysql/reference.xml
diff -u phpdoc/en/reference/mysql/reference.xml:1.10 
phpdoc/en/reference/mysql/reference.xml:1.11
--- phpdoc/en/reference/mysql/reference.xml:1.10        Wed Jul 10 23:20:05 2002
+++ phpdoc/en/reference/mysql/reference.xml     Tue Jul 16 10:29:01 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -104,6 +104,11 @@
          <entry>NULL</entry>
          <entry>PHP_INI_ALL</entry>
         </row>
+        <row>
+         <entry>mysql.connect_timeout</entry>
+         <entry>"-1"</entry>
+         <entry>PHP_INI_SYSTEM</entry>
+        </row>
        </tbody>
       </tgroup>
      </table>
@@ -224,6 +229,19 @@
         The default password to use when connecting to the database
         server if no other password is specified. Doesn't apply in
         <link linkend="ini.safe-mode">safe mode</link>.
+       </para>
+      </listitem>
+     </varlistentry>
+
+     <varlistentry id="ini.mysql.connect-timeout">
+      <term>
+       <parameter>mysql.connect_timeout</parameter>
+       <type>integer</type>
+      </term>
+      <listitem>
+       <para>
+        Connect timeout in seconds. On Linux this timeout is also used for
+        waiting for the first answer from the server.  
        </para>
       </listitem>
      </varlistentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to