sniper          Mon Sep  1 12:25:08 2003 EDT

  Modified files:              
    /php-src    php.ini-dist php.ini-recommended 
  Log:
  "fixed" bug #25344 (regular domain "localhost.com" used in php.ini)
  
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.198 php-src/php.ini-dist:1.199
--- php-src/php.ini-dist:1.198  Wed Aug  6 09:28:59 2003
+++ php-src/php.ini-dist        Mon Sep  1 12:25:07 2003
@@ -591,7 +591,7 @@
 SMTP = localhost
 
 ; For Win32 only.
-sendmail_from = [EMAIL PROTECTED]
+;sendmail_from = [EMAIL PROTECTED]
 
 ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
 ;sendmail_path =
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.143 php-src/php.ini-recommended:1.144
--- php-src/php.ini-recommended:1.143   Wed Aug  6 09:28:59 2003
+++ php-src/php.ini-recommended Mon Sep  1 12:25:07 2003
@@ -606,7 +606,7 @@
 SMTP = localhost
 
 ; For Win32 only.
-sendmail_from = [EMAIL PROTECTED]
+;sendmail_from = [EMAIL PROTECTED]
 
 ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
 ;sendmail_path =

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to