mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
MFH: Fixed bug #47543 (irrelevant warning message)
This commit is contained in:
parent
5e09a71769
commit
e061b79fe0
2 changed files with 2 additions and 2 deletions
|
@ -751,7 +751,7 @@ smtp_port = 25
|
||||||
mail.add_x_header = Off
|
mail.add_x_header = Off
|
||||||
|
|
||||||
; Log all mail() calls including the full path of the script, line #, to address and headers
|
; Log all mail() calls including the full path of the script, line #, to address and headers
|
||||||
mail.log =
|
;mail.log =
|
||||||
|
|
||||||
[SQL]
|
[SQL]
|
||||||
sql.safe_mode = Off
|
sql.safe_mode = Off
|
||||||
|
|
|
@ -803,7 +803,7 @@ smtp_port = 25
|
||||||
mail.add_x_header = On
|
mail.add_x_header = On
|
||||||
|
|
||||||
; Log all mail() calls including the full path of the script, line #, to address and headers
|
; Log all mail() calls including the full path of the script, line #, to address and headers
|
||||||
mail.log =
|
;mail.log =
|
||||||
|
|
||||||
[SQL]
|
[SQL]
|
||||||
sql.safe_mode = Off
|
sql.safe_mode = Off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue