diff options
author | Nuno Lopes <nlopess@php.net> | 2006-09-03 11:39:45 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2006-09-03 11:39:45 +0000 |
commit | 2203492799f931c5130d2a8a7b32b59e7a4c90cc (patch) | |
tree | 262ba8d90122d25a41682de59ce9bddaae1b484e /php.ini-recommended | |
parent | 688efae2d00f20d5bb142d04bc64099ba4c8768e (diff) | |
download | php-git-2203492799f931c5130d2a8a7b32b59e7a4c90cc.tar.gz |
little typo (bug #38531)
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 c557806f75..379019e403 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -761,7 +761,7 @@ 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 limit +; Maximum time (in seconds) for connect timeout. -1 means no limit mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and |