summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2002-07-16 13:52:23 +0000
committerGeorg Richter <georg@php.net>2002-07-16 13:52:23 +0000
commitab863dee30a86b220bedcb77984baa1bc2acff39 (patch)
tree10210421d5087d168431c09bc41294d81a095a20 /php.ini-recommended
parent449327f57c3804dae822798b0cf313da080a9a02 (diff)
downloadphp-git-ab863dee30a86b220bedcb77984baa1bc2acff39.tar.gz
Added php.ini option "mysql_connection.timeout"
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended3
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 6b2422fa2a..2cc3ca1b57 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -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