summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-03-08 06:12:08 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-03-08 06:12:08 +0000
commite061b79fe0909ca5e7922116c6613f3cadc3b00c (patch)
tree9bd129b919eeebe6664ee021ff164163d8e326b5
parent5e09a71769390c469c287baa0c4b04a429ca0b34 (diff)
downloadphp-git-e061b79fe0909ca5e7922116c6613f3cadc3b00c.tar.gz
MFH: Fixed bug #47543 (irrelevant warning message)
-rw-r--r--php.ini-dist2
-rw-r--r--php.ini-recommended2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist
index f1a940a369..3f42a38287 100644
--- a/php.ini-dist
+++ b/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
diff --git a/php.ini-recommended b/php.ini-recommended
index a9d53179e3..20cc1dc918 100644
--- a/php.ini-recommended
+++ b/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