summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2010-11-29 03:44:56 +0000
committerAdam Harvey <aharvey@php.net>2010-11-29 03:44:56 +0000
commit07ea326cda880eaebc7829496c9c23d85ccbdf15 (patch)
treeaaaef0013b1c0867c2016a8483237f96d2b59657 /php.ini-development
parent0ca25d5406b952ec3f01505be89c7fe9a2a29e89 (diff)
downloadphp-git-07ea326cda880eaebc7829496c9c23d85ccbdf15.tar.gz
Update INI files per doc bug #53420 (mail.log is poorly documented).
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development3
1 files changed, 2 insertions, 1 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]