Date: 07/31/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5617 Updated: get_browser returns nothing"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4996 Updated: readdir responding differently Netscape/IE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5617 Updated: get_browser returns nothing"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4996 Updated: readdir responding differently Netscape/IE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

