From: Rasmus Lerdorf Date: Sun, 19 Mar 2000 23:07:57 +0000 (+0000) Subject: Leave sendmail_path commented out to pick up compiled-in default X-Git-Tag: PHP-4.0-RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82aa0d1404c4c58f14ad11267d9b3a71246f45e8;p=php Leave sendmail_path commented out to pick up compiled-in default --- 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