Edit report at http://bugs.php.net/bug.php?id=52155&edit=1
ID: 52155 Comment by: olamedia 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 Private report: N New Comment: There are about 5-10 similar bugs: http://bugs.php.net/search.php?cmd=display&search_for=fatal&x=0&y=0 Handling fatal errors is important. Another option is to use external debugger, which in some cases takes a longer time (to setup copy of website locally or to setup connection - we not always have ssh and not always allowed to setup own software on shared server) than inserting exit at each script to find the place with loop. Previous Comments: ------------------------------------------------------------------------ [2010-09-24 20:40:25] boxen1com at gmail dot com 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, ------------------------------------------------------------------------ [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
