From: Adam Harvey Date: Mon, 29 Nov 2010 03:44:56 +0000 (+0000) Subject: Update INI files per doc bug #53420 (mail.log is poorly documented). X-Git-Tag: php-5.3.4RC2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7111501381aeaf2d83954431678daba7da9b83bc;p=php Update INI files per doc bug #53420 (mail.log is poorly documented). --- diff --git a/php.ini-development b/php.ini-development index ab4b89a7b7..f312c889c1 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1101,7 +1101,8 @@ smtp_port = 25 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = On -; Log all mail() calls including the full path of the script, line #, to address and headers +; The path to a log file that will log all mail() calls. Log entries include +; the full path of the script, line number, To address and headers. ;mail.log = [SQL] diff --git a/php.ini-production b/php.ini-production index e0480a59d3..affb07ea1f 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1101,7 +1101,8 @@ smtp_port = 25 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename mail.add_x_header = On -; Log all mail() calls including the full path of the script, line #, to address and headers +; The path to a log file that will log all mail() calls. Log entries include +; the full path of the script, line number, To address and headers. ;mail.log = [SQL]