Date: 07/26/07
(PHP Community) Keywords: no keywords
I'm looking for a way to email myself the fatal error that has caused a script to terminate upon exit using register_shutdown_function. I have that part working; it sends me an email.
The problem I'm having is finding a way to detect what that fatal error was/is. A big list of the warnings would be nice as well... is there a way to do this?