I realize this topic has probably been beaten to death, but I'm going to try...
I understand the reasons for not allowing custom user functions to handle fatal errors using the set_error_handler() function, but
I want to know if there is any possible way have a user function trigger in addition to, and not bypassing, the default error handler.
I simply want to write the error to a log file of my chosing and I don't necessarily wnat to take over the handling.
Any help at all aould be much appreciated!