There's certain class of errors which happen before any error-handler (set_error_handler) can catch them, like parse errors and such. Is there a way to have these generate the same type of response as the errors handled by set_error_handler()? In my case, the error handler emails me a summary and trace of the error. Any way to have things like parse errors do the same thing? Pointers to prior threads would do fine. Paul -- Paul M. Foster http://noferblatz.com http://quillandmouse.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php