From: Nuno Lopes Date: Sun, 3 Sep 2006 11:39:45 +0000 (+0000) Subject: little typo (bug #38531) X-Git-Tag: php-5.2.0RC4~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2203492799f931c5130d2a8a7b32b59e7a4c90cc;p=php little typo (bug #38531) --- 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 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