]> granicus.if.org Git - php/commitdiff
Update INI files per doc bug #53420 (mail.log is poorly documented).
authorAdam Harvey <aharvey@php.net>
Mon, 29 Nov 2010 03:44:56 +0000 (03:44 +0000)
committerAdam Harvey <aharvey@php.net>
Mon, 29 Nov 2010 03:44:56 +0000 (03:44 +0000)
php.ini-development
php.ini-production

index 917aa165bd098e0ac12a13d6cd51bf1bc585df92..31780dae81610dbac5b24b499e8a179d91e6c77d 100644 (file)
@@ -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]
index b42945d13c1bc17f2fb48060e1db9ffbe996c9ca..ffc7861058a82cd64c8b0fd05a174ce0396378e2 100644 (file)
@@ -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]