]> granicus.if.org Git - php/commitdiff
Added php.ini option "mysql_connection.timeout"
authorGeorg Richter <georg@php.net>
Tue, 16 Jul 2002 13:52:23 +0000 (13:52 +0000)
committerGeorg Richter <georg@php.net>
Tue, 16 Jul 2002 13:52:23 +0000 (13:52 +0000)
php.ini-dist
php.ini-recommended

index 953125b9aadbc78f887480e13e7553ed2e7cdf95..d3ebc6357f76fe6e2031bb5490baeaa10af69718 100644 (file)
@@ -603,6 +603,9 @@ mysql.default_user =
 ; file will be able to reveal the password as well.
 mysql.default_password =
 
+; Maximum time (in secondes) for connect timeout. -1 means no limimt
+mysql.connect_timeout = -1
+
 [mSQL]
 ; Allow or prevent persistent links.
 msql.allow_persistent = On
index 6b2422fa2a74cda673ae681a2a70b8cd1e5415d0..2cc3ca1b57f36fae37168439599bd350e126c5fa 100644 (file)
@@ -608,6 +608,9 @@ mysql.default_user =
 ; file will be able to reveal the password as well.
 mysql.default_password =
 
+; Maximum time (in secondes) for connect timeout. -1 means no limimt
+mysql.connect_timeout = -1
+
 [mSQL]
 ; Allow or prevent persistent links.
 msql.allow_persistent = On