From 25f324fad7f2d753d1d8c87035a059f16cd7799c Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 13 Mar 2018 23:54:42 +0100 Subject: 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. --- php.ini-development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index 3d4a905f9a..bad3017695 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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. -- cgit v1.2.1