
June 28th, 2002, 03:02 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
This is pretty cool, but...
The fact that you cannot use a custom error handler for fatal errors is a serious drawback. I would be far more interested in catching errors and generating visitor-friendly error pages *if* it worked for fatal errors. But alas, I might as well just turn error displaying off and error logging on (in php.ini), and leave my visitors with a blank page. The whole idea of using a custom error handler for non-fatal errors is cool, but not very useful for most web apps.
|