From 07ea326cda880eaebc7829496c9c23d85ccbdf15 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 917aa165bd..31780dae81 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1007,7 +1007,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 b42945d13c..ffc7861058 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1007,7 +1007,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.50.1