Added php.ini option mysql.connect_timeout

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88800 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Georg Richter 2002-07-16 14:29:01 +00:00
parent c3cfe1d19a
commit f43d012162

View file

@ -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>
@ -227,6 +232,19 @@
</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>
</variablelist>
</para>