How do I handle parse and fatal errors?

lolasd

New Member
I wrote a custom error handler for my site and I'm aware that PHP doesn't allow handling of parse and fatal errors. Is there something I can do to make it handle these errors? I don't want them being outputted to the user (but I want to use my error handler for them).Thanks!
 
Back
Top