]> 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 ab4b89a7b7fad0e3d13bead807b05af8ade2a06f..f312c889c175b561fe1e6d1ab0e0699e0f620504 100644 (file)
@@ -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]
index e0480a59d38db798f015b067eded515c6438d0d6..affb07ea1fd852b376fd251ce30086b85ed18ee2 100644 (file)
@@ -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]