php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12315 Buffering crashes PHP when there is an error with mail function
Submitted: 2001-07-23 07:42 UTC Modified: 2002-01-02 13:59 UTC
From: carlos dot a dot viana at pop3si dot com Assigned:
Status: Closed Package: Output Control
PHP Version: 4.0.6 OS: Win ME
Private report: No CVE-ID: None
 [2001-07-23 07:42 UTC] carlos dot a dot viana at pop3si dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 04:33 UTC] yohgaki@php.net
This report seems to be duplicate.
Does this happen with 4.1.0?
 [2002-01-02 13:59 UTC] lobbin@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC