[PHP-DEV] PHP 4.0 Bug #5630 Updated: mail() function erroneously returns true From: Bug Database (php-dev <email protected>)
Date: 07/31/00

ID: 5630
Updated by: andi
Reported By: vvortex1 <email protected>
Status: Analyzed
Bug Type: Misbehaving function
Assigned To:
Comments:

Please change line 154 in php4/ext/standard/mail.c from:
if (ret == -1) {
to:
if (ret != 0) {
and let us know if this fixes your problem.

Full Bug description available at: http://bugs.php.net/?id=5630

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>