[PHP-DEV] PHP 4.0 Bug #6631 Updated: the php crashes when the email parameter is null in function mail From: Bug Database (php-dev <email protected>)
Date: 10/15/00

ID: 6631
Updated by: sniper
Reported By: mandrade <email protected>
Status: Feedback
Bug Type: Reproduceable crash
Assigned To:
Comments:

I can not reproduce this with PHP4.0.3pl1.
Please try PHP4.0.3pl1 and report back whether this problem
still exists.

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-09-08 13:25:26] mandrade <email protected>
<?
#got the email from mysql but had an error in the query
# so te email was empty
$email='';
mail($email,'subject','message');
echo "ök Email sent";
?>

---------------------------------------------------------------------------

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

-- 
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>