diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-03-19 23:07:57 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-03-19 23:07:57 +0000 |
commit | 82aa0d1404c4c58f14ad11267d9b3a71246f45e8 (patch) | |
tree | d48fb2b08ff3101f18c66f7e557e9c8ef74e4d3a /php.ini-dist | |
parent | d5ad9de048d963f4d4c7f332cfffc007d9470263 (diff) | |
download | php-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-dist | 2 |
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 |