Edit report at http://bugs.php.net/bug.php?id=52155&edit=1
ID: 52155 Comment by: boxen1com at gmail dot com Reported by: olamedia at gmail dot com Summary: Change fatal_error to fatal_error_exception Status: Open Type: Feature/Change Request Package: Scripting Engine problem PHP Version: 5.3.2 Block user comment: N New Comment: Maybe a wordpress update will help you, because wordpress have thousands bugs.... We had also this bug on http//www.boxen1.com, since a wordpress update, the wordpress works fine, Previous Comments: ------------------------------------------------------------------------ [2010-06-24 07:32:08] olamedia at gmail dot com Which types of "fatal errors" we can replace with throw exception (and write to log/mail to/show custom html): 1. out of memory - cleanup $GLOBALS and calling GC before (to free up memory) 2. compile error - when trying to include, require or eval 3. call to undefined function - that's simpler as above, like use of undefined variable ------------------------------------------------------------------------ [2010-06-23 11:10:14] olamedia at gmail dot com Description: ------------ It is almost impossible now to handle fatal errors. Of course there are exists some ways (shutdown handler or ob_start): http://eirikhoem.wordpress.com/2008/03/15/dying-with-grace-phps- register_shutdown_function/ I think, that replacing message "Fatal error" with something like "FatalErrorException" is possible and follows use case of exceptions. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52155&edit=1