]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
authorIlia Alshanetsky <iliaa@php.net>
Tue, 10 Aug 2004 00:44:23 +0000 (00:44 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 10 Aug 2004 00:44:23 +0000 (00:44 +0000)
php.ini-dist
php.ini-recommended

index 4f6bcb2b2ed3049d2255b3df35e1ad4bc2a8ff54..e98059cbb717eccb5dbef949a1a1bcc3ded90a2d 100644 (file)
@@ -685,7 +685,7 @@ mysql.default_password =
 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
 
 [MySQLI]
index e147f212495ac6309a615d1799524d7842df53a9..15641d44671b862462efe5005e7507ca421d2a61 100644 (file)
@@ -743,7 +743,7 @@ mysql.default_password =
 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
 
 [MySQLI]