tony2001 Tue Aug 17 06:57:40 2004 EDT Modified files: /php-src php.ini-dist php.ini-recommended Log: fix typo http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.217&r2=1.218&ty=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.217 php-src/php.ini-dist:1.218 --- php-src/php.ini-dist:1.217 Mon Aug 9 20:44:20 2004 +++ php-src/php.ini-dist Tue Aug 17 06:57:40 2004 @@ -681,7 +681,7 @@ ; 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 http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.161&r2=1.162&ty=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.161 php-src/php.ini-recommended:1.162 --- php-src/php.ini-recommended:1.161 Mon Aug 9 20:44:20 2004 +++ php-src/php.ini-recommended Tue Aug 17 06:57:40 2004 @@ -739,7 +739,7 @@ ; 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php