Re: [PHP] Uncatchable errors

2011-06-13 Thread David Harkness
On Mon, Jun 13, 2011 at 12:52 PM, Paul M Foster wrote: > > There's certain class of errors which happen before any error-handler > (set_error_handler) can catch them, like parse errors and such. Is there > a way to have these generate the same type of response as the errors > handled by set_error_

Re: [PHP] Uncatchable errors

2011-06-13 Thread Stuart Dallas
On Mon, Jun 13, 2011 at 8:52 PM, Paul M Foster wrote: > There's certain class of errors which happen before any error-handler > (set_error_handler) can catch them, like parse errors and such. Is there > a way to have these generate the same type of response as the errors > handled by set_error_han

[PHP] Uncatchable errors

2011-06-13 Thread Paul M Foster
There's certain class of errors which happen before any error-handler (set_error_handler) can catch them, like parse errors and such. Is there a way to have these generate the same type of response as the errors handled by set_error_handler()? In my case, the error handler emails me a summary and t