From: [EMAIL PROTECTED] Operating system: Win ME PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: Buffering crashes PHP when there is an error with mail function I don't have an email server in my development computer, so when I turn output buffering on with "ob_start('ob_gzhandler')" and try to send an email with "mail (string to, string subject, string message) or die('Error message')", PHP crashes. This doesn't happen in every script ans doesn't happen at all, when I remove the "or die('Error message')" condition. -- Edit bug report at: http://bugs.php.net/?id=12315&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]