Blog

Blog: Posts Tagged ‘error handling’

Mayday, Mayday, Mayday - PHP Going Down

Sunday, August 24th, 2008

PHP provides a variety of tools for handling errors and exceptions, in particular extensible handlers for managing errors and exceptions as they occur. However, there is a range of fatal errors that PHP does not directly provide tools for you to handle them. In the best of scenarios, these fatal errors will result in partially outputted pages, or the “white screen of death.”

(more…)