ID: 14309 Updated by: zak Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: Mandrake 8.1 PHP Version: 4.0.6 New Comment:
AFAICT this has been fixed in PHP 4.1.0 (which shall be released quite soon). Verified by removed sendmail from path, building PHP, and then attempting to use the mail function. mail() had been compiled in, but my test script returned the following message: sh: /usr/sbin/sendmail: No such file or directory Previous Comments: ------------------------------------------------------------------------ [2001-12-01 13:31:08] [EMAIL PROTECTED] As discussed here: http://www.geocrawler.com/archives/3/5/2001/7/0/6301177/ In 4.0.6 the configure programs and build have been changed to disable the mail() function if it is unable to locate the sendmail binary at compile time. It is common that the MTA is installed after build and this results in PHP failing to build with mail() functionality. Please fix and revert back to where this was not required. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14309&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]