summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
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]