Browse Source

MFH: Fixed bug #47543 (irrelevant warning message)

experimental/5.3-FPM
Kalle Sommer Nielsen 17 years ago
parent
commit
e061b79fe0
  1. 2
      php.ini-dist
  2. 2
      php.ini-recommended

2
php.ini-dist

@ -751,7 +751,7 @@ smtp_port = 25
mail.add_x_header = Off
; Log all mail() calls including the full path of the script, line #, to address and headers
mail.log =
;mail.log =
[SQL]
sql.safe_mode = Off

2
php.ini-recommended

@ -803,7 +803,7 @@ smtp_port = 25
mail.add_x_header = On
; Log all mail() calls including the full path of the script, line #, to address and headers
mail.log =
;mail.log =
[SQL]
sql.safe_mode = Off

Loading…
Cancel
Save