Date: 01/26/99
- Next message: A.Bednarz <email protected>: "[PHP-DEV] Bug #1096: strpos function"
- Previous message: rolf <email protected>: "[PHP-DEV] Bug #1094: DSO won't compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: bobk <email protected>
Operating system: Linux
PHP version: 3.0.6
PHP Bug Type: Misbehaving function
Bug description: mail() default (sendmail -t) not honored
After upgrading to php 3.0.6, all mail() functions stopped.
The problem turned out to be that the default mail exec (sendmail -t) was not enforced and required a manual entry of "sendmail = sendmail -t" to be placed in php3.ini.
FIX: Adding this entry and restarting httpd cured the problem.
Thanks to Rasmus for the pointer!
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: A.Bednarz <email protected>: "[PHP-DEV] Bug #1096: strpos function"
- Previous message: rolf <email protected>: "[PHP-DEV] Bug #1094: DSO won't compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

