Posts Tagged ‘ recent-discussion ’

Translating PHP error constants

May 12, 2009
By

I wanted to log all the errors thrown out by Fwd:Vault processes to ensure that any bugs I don’t catch myself bubble to the top very quickly. To get started, I replaced PHP’s default error handling with a custom error handler function, ...

Read more »