diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-08-10 00:44:20 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-08-10 00:44:20 +0000 |
commit | 636eb109ad87ce0c12e8f1aa04d1512116135a95 (patch) | |
tree | 8f9d48499dd4149b622792a3b586346a1c0b55e2 /php.ini-dist | |
parent | 96209e6cad537f2d5f73d10ac4b1d0c08580e179 (diff) | |
download | php-git-636eb109ad87ce0c12e8f1aa04d1512116135a95.tar.gz |
Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist index 4f6bcb2b2e..e98059cbb7 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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] |