iliaa           Mon Aug  9 20:44:27 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS php.ini-dist php.ini-recommended 
  Log:
  MFH: Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.710&r2=1.1247.2.711&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.710 php-src/NEWS:1.1247.2.711
--- php-src/NEWS:1.1247.2.710   Thu Jul 29 21:10:46 2004
+++ php-src/NEWS        Mon Aug  9 20:44:26 2004
@@ -4,6 +4,7 @@
 - Updated PCRE to provide better error handling in certain cases. (Andrei)
 - NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute
   for doing performance stats without warnings in server-log. (Uwe Schindler)
+- Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). (Ilia)
 - Fixed bug #29443 (Sanity check for wbmp detection). (Ilia)
 - Fixed bug #29369 (Uploaded files with ' or " in their names get their names
   truncated at those characters). (Ilia)
http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.171.2.21&r2=1.171.2.22&ty=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.171.2.21 php-src/php.ini-dist:1.171.2.22
--- php-src/php.ini-dist:1.171.2.21     Mon May 17 12:31:13 2004
+++ php-src/php.ini-dist        Mon Aug  9 20:44:26 2004
@@ -674,7 +674,7 @@
 mysql.connect_timeout = 60
 
 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
-; SQL-Erros will be displayed.
+; SQL-Errors will be displayed.
 mysql.trace_mode = Off
 
 [mSQL]
http://cvs.php.net/diff.php/php-src/php.ini-recommended?r1=1.119.2.19&r2=1.119.2.20&ty=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.119.2.19 php-src/php.ini-recommended:1.119.2.20
--- php-src/php.ini-recommended:1.119.2.19      Mon May 17 12:31:14 2004
+++ php-src/php.ini-recommended Mon Aug  9 20:44:26 2004
@@ -689,7 +689,7 @@
 mysql.connect_timeout = 60
 
 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
-; SQL-Erros will be displayed.
+; SQL-Errors will be displayed.
 mysql.trace_mode = Off
 
 [mSQL]

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to