aharvey                                  Mon, 29 Nov 2010 03:44:56 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305813

Log:
Update INI files per doc bug #53420 (mail.log is poorly documented).

Bug: http://bugs.php.net/53420 (Verified) mail.log is poorly documented
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/php.ini-development
    U   php/php-src/branches/PHP_5_3/php.ini-production
    U   php/php-src/trunk/php.ini-development
    U   php/php-src/trunk/php.ini-production

Modified: php/php-src/branches/PHP_5_3/php.ini-development
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-development    2010-11-29 03:40:27 UTC 
(rev 305812)
+++ php/php-src/branches/PHP_5_3/php.ini-development    2010-11-29 03:44:56 UTC 
(rev 305813)
@@ -1101,7 +1101,8 @@
 ; 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]

Modified: php/php-src/branches/PHP_5_3/php.ini-production
===================================================================
--- php/php-src/branches/PHP_5_3/php.ini-production     2010-11-29 03:40:27 UTC 
(rev 305812)
+++ php/php-src/branches/PHP_5_3/php.ini-production     2010-11-29 03:44:56 UTC 
(rev 305813)
@@ -1101,7 +1101,8 @@
 ; 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]

Modified: php/php-src/trunk/php.ini-development
===================================================================
--- php/php-src/trunk/php.ini-development       2010-11-29 03:40:27 UTC (rev 
305812)
+++ php/php-src/trunk/php.ini-development       2010-11-29 03:44:56 UTC (rev 
305813)
@@ -1007,7 +1007,8 @@
 ; 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]

Modified: php/php-src/trunk/php.ini-production
===================================================================
--- php/php-src/trunk/php.ini-production        2010-11-29 03:40:27 UTC (rev 
305812)
+++ php/php-src/trunk/php.ini-production        2010-11-29 03:44:56 UTC (rev 
305813)
@@ -1007,7 +1007,8 @@
 ; 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]

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to