summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-01-09 15:00:36 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-01-09 15:00:36 +0000
commit968e7af6cffda22f1512f2ab775b96024b43fd05 (patch)
tree440a2e866147d07f19244cad157520c88a521a51 /php.ini-recommended
parent3bc6285560ecf182f0e30ca9999e2810b09b87e4 (diff)
downloadphp-git-968e7af6cffda22f1512f2ab775b96024b43fd05.tar.gz
MFB: Added mail logging functionality that allows logging of mail sent via
mail() function
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended6
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 313273af0e..646b0779b9 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -706,6 +706,12 @@ smtp_port = 25
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
+; Add X-PHP-Originaiting-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
+mail.log =
+
[SQL]
sql.safe_mode = Off