summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-03-08 06:11:04 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-03-08 06:11:04 +0000
commit8902589443f240f3d33136478d11707d497fbfa8 (patch)
treee82aa4b15d2ca95b984451bdee575967f9e1f42f
parent15292caf567f739d45e694073726a542fa71b591 (diff)
downloadphp-git-8902589443f240f3d33136478d11707d497fbfa8.tar.gz
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 f00d902f56..64c90f5f30 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -673,7 +673,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 f88d0e157c..f29bf1bb28 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -710,7 +710,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