|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-12-12 04:33 UTC] yohgaki@php.net
[2002-01-02 13:59 UTC] lobbin@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
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.