My sister showed this to me -- a journal she had kept briefly last year. I guess he's my father, too. She let me post them here to my blog. Here's the complete index
My goal for today: master error-handling in PHP. I've been patching together my own error-handling procedures in my scripts, but I get the feeling I'm reinventing the wheel for certain things and missing a lot of useful built-in functionality for others.
jernberg at fairytale dot se
27-Feb-2003 03:27
tip: if you want your error_reporting()-setting to work with your own error handler you could simply check the error number against the current error bitmask.