PHP Pretty Fatal Errors
4,531
Using a small htaccess line and the use of some clever core php functions you can prettify your PHP errors and finally get rid of that damn white screen with black text.
Using error_get_last() and register_shutdown_function() the world of ugly errors is a thing of the past
>
Подробнее...