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-dist | |
| parent | 688efae2d00f20d5bb142d04bc64099ba4c8768e (diff) | |
| download | php-git-2203492799f931c5130d2a8a7b32b59e7a4c90cc.tar.gz | |
little typo (bug #38531)
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 55a3424e6e..8a4045dc43 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -706,7 +706,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 |
