From: Kalle Sommer Nielsen Date: Sun, 8 Mar 2009 06:12:08 +0000 (+0000) Subject: MFH: Fixed bug #47543 (irrelevant warning message) X-Git-Tag: RELEASE_1_3_5~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e061b79fe0909ca5e7922116c6613f3cadc3b00c;p=php MFH: Fixed bug #47543 (irrelevant warning message) --- diff --git a/php.ini-dist b/php.ini-dist index f1a940a369..3f42a38287 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -751,7 +751,7 @@ smtp_port = 25 mail.add_x_header = Off ; Log all mail() calls including the full path of the script, line #, to address and headers -mail.log = +;mail.log = [SQL] sql.safe_mode = Off diff --git a/php.ini-recommended b/php.ini-recommended index a9d53179e3..20cc1dc918 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -803,7 +803,7 @@ smtp_port = 25 mail.add_x_header = On ; Log all mail() calls including the full path of the script, line #, to address and headers -mail.log = +;mail.log = [SQL] sql.safe_mode = Off