From: Kalle Sommer Nielsen Date: Sun, 8 Mar 2009 06:11:04 +0000 (+0000) Subject: Fixed bug #47543 (irrelevant warning message) X-Git-Tag: php-5.4.0alpha1~191^2~4189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8902589443f240f3d33136478d11707d497fbfa8;p=php Fixed bug #47543 (irrelevant warning message) --- diff --git a/php.ini-dist b/php.ini-dist index f00d902f56..64c90f5f30 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -673,7 +673,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 f88d0e157c..f29bf1bb28 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -710,7 +710,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