ID: 10903
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Output Control
Operating System: Win98
PHP Version: 4.0.5
New Comment:

Does this happen with 4.1.0? 

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

[2001-05-16 10:24:27] [EMAIL PROTECTED]

This will crash PHP:

ob_start("ob_gzhandler");
echo "something";
mail (.....);

but this will not:

ob_start("ob_gzhandler");
echo "something";
ob_end_flush();
mail (.....);

Note: I don't have any mail server installed. The mail function should report an 
error, but PHP crashes instead.

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



Edit this bug report at http://bugs.php.net/?id=10903&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]

Reply via email to