summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-03-13 23:54:42 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-03-13 23:54:42 +0100
commit25f324fad7f2d753d1d8c87035a059f16cd7799c (patch)
treeb6c059d111f497628d2298291fe8cab49c3dea01 /php.ini-production
parentcab354debd953701ec1ecc066c0ef0690f8ed35c (diff)
downloadphp-git-25f324fad7f2d753d1d8c87035a059f16cd7799c.tar.gz
Fix #74139: mail.add_x_header default inconsistent with docs [ci skip]
mail.add_x_header actually defaults to `Off`, so we should use this default in the provided `php.ini`s.
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production
index 1febc0144f..2232d75a59 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1049,7 +1049,7 @@ smtp_port = 25
;mail.force_extra_parameters =
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
-mail.add_x_header = On
+mail.add_x_header = Off
; 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.