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
commit7111501381aeaf2d83954431678daba7da9b83bc (patch)
treeb674b43ef611a07b797103666ce2ccdd7954f84c /php.ini-development
parente16265aa0e856deed40b3a05d0c6ff982d906294 (diff)
downloadphp-git-7111501381aeaf2d83954431678daba7da9b83bc.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 ab4b89a7b7..f312c889c1 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -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]