From 6fe9c3735a51ebc8bc0b760730e5d064933f29fe Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 10 Aug 2004 00:44:23 +0000 Subject: [PATCH] MFH: Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). --- php.ini-dist | 2 +- php.ini-recommended | 2 +- 2 files changed, 2 insertions(+), 2 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] diff --git a/php.ini-recommended b/php.ini-recommended index e147f21249..15641d4467 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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] -- 2.40.0