From: Antony Dovgal Date: Tue, 17 Aug 2004 10:58:07 +0000 (+0000) Subject: MFH: fix typo X-Git-Tag: php-5.0.2RC1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9173e270b0f4f2821696362c8af54812c9d74bfb;p=php MFH: fix typo --- diff --git a/php.ini-dist b/php.ini-dist index e98059cbb7..387a2fcba3 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -681,7 +681,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 15641d4467..96407a146f 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -739,7 +739,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