ID: 10903 Updated by: lobbin Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Output Control Operating System: Win98 PHP Version: 4.0.5 New Comment:
No feedback. Closing. Previous Comments: ------------------------------------------------------------------------ [2001-12-12 04:20:31] [EMAIL PROTECTED] Does this happen with 4.1.0? ------------------------------------------------------------------------ [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]