summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-03-19 23:07:57 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-03-19 23:07:57 +0000
commit82aa0d1404c4c58f14ad11267d9b3a71246f45e8 (patch)
treed48fb2b08ff3101f18c66f7e557e9c8ef74e4d3a /php.ini-dist
parentd5ad9de048d963f4d4c7f332cfffc007d9470263 (diff)
downloadphp-git-82aa0d1404c4c58f14ad11267d9b3a71246f45e8.tar.gz
Leave sendmail_path commented out to pick up compiled-in default
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-dist b/php.ini-dist
index bc4cae0395..d91a2824f8 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -252,7 +252,7 @@ define_syslog_variables = Off ; Whether or not to define the various syslog vari
[mail function]
SMTP = localhost ;for win32 only
sendmail_from = me@localhost.com ;for win32 only
-sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t)
+;sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t)
[Debugger]
debugger.host = localhost