File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
. Fixed bug #76088 (ODBC functions are not available by default on Windows).
7
7
(cmb)
8
8
9
+ - Standard:
10
+ . Fixed bug #74139 (mail.add_x_header default inconsistent with docs). (cmb)
9
11
10
12
29 Mar 2018, PHP 7.2.4
11
13
Original file line number Diff line number Diff line change @@ -1042,7 +1042,7 @@ smtp_port = 25
1042
1042
;mail.force_extra_parameters =
1043
1043
1044
1044
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
1045
- mail.add_x_header = On
1045
+ mail.add_x_header = Off
1046
1046
1047
1047
; The path to a log file that will log all mail() calls. Log entries include
1048
1048
; the full path of the script, line number, To address and headers.
Original file line number Diff line number Diff line change @@ -1049,7 +1049,7 @@ smtp_port = 25
1049
1049
;mail.force_extra_parameters =
1050
1050
1051
1051
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
1052
- mail.add_x_header = On
1052
+ mail.add_x_header = Off
1053
1053
1054
1054
; The path to a log file that will log all mail() calls. Log entries include
1055
1055
; the full path of the script, line number, To address and headers.
You can’t perform that action at this time.
0 commit comments