diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-06-18 15:19:28 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-06-18 15:19:28 +0000 |
commit | 6b74250915604abb8e84e780238aee611ab9aa41 (patch) | |
tree | d1730598c8da5d49852c7cc0a5b8496b54da20cc /php.ini-recommended | |
parent | 1269ac0661a144feda9a62b46846bd0bca2cb7ca (diff) | |
download | php-git-6b74250915604abb8e84e780238aee611ab9aa41.tar.gz |
MFH
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index a078ec4f73..8a405411de 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -681,7 +681,7 @@ mysql.default_user = mysql.default_password = ; Maximum time (in secondes) for connect timeout. -1 means no limimt -mysql.connect_timeout = -1 +mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and ; SQL-Erros will be displayed. |