objnoob Posted November 28, 2010 Share Posted November 28, 2010 I need to detect when a fatal error occurs in a shutdown function to ensure database records do no get hung up by a particular user when a coding modification goes south. error_get_last() is not on the menu with my PHP version 5.1.6. Can anyone suggest an alternative? Thanks Link to comment https://forums.phpfreaks.com/topic/220078-detecting-fatal-errors-php/ Share on other sites More sharing options...
Sleeper Posted November 28, 2010 Share Posted November 28, 2010 Try http://php.net/manual/en/function.error-get-last.php There is a post on there scott at eyefruit dot com 25-Jun-2010 08:47 Might help. Link to comment https://forums.phpfreaks.com/topic/220078-detecting-fatal-errors-php/#findComment-1140663 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.