From 7111501381aeaf2d83954431678daba7da9b83bc Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 29 Nov 2010 03:44:56 +0000 Subject: [PATCH] Update INI files per doc bug #53420 (mail.log is poorly documented). --- php.ini-development | 3 ++- php.ini-production | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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] -- 2.40.0