ID:               21442
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: Windows NT4 Server
 PHP Version:      4.3.0
 New Comment:

I can certainly send email if a valid email address is specified. The
problem is that passing an empty string as the first parameter of
mail() in Windows version of PHP 4.3.0 and Apache crashed (Dr. Watson
popped up and said address violation) is not normal. I expect some
error messages are sent to the browser instead of crashing Apache.


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

[2003-01-05 15:52:56] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.



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

[2003-01-05 14:57:44] [EMAIL PROTECTED]

A script like

<?php
mail("", "test", "test");
?>

crashed Apache server (1.3.26).
PHP is installed as a Apache module.

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


-- 
Edit this bug report at http://bugs.php.net/?id=21442&edit=1

Reply via email to