From: Antony Dovgal Date: Tue, 17 Aug 2004 10:58:34 +0000 (+0000) Subject: MFH: fix typo X-Git-Tag: php-4.3.9RC2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2086644e2b107ad2d69c1d367cb24233e7b2515c;p=php MFH: fix typo --- diff --git a/php.ini-dist b/php.ini-dist index 960d8aa9b2..6f6f027b7f 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -670,7 +670,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 limimt +; Maximum time (in secondes) 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 a3bc60998a..b15b2d45c4 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -685,7 +685,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 limimt +; Maximum time (in secondes) 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