Andi Gutmans wrote:Why not make the default catch-all as E_ALL and add to the documentation that the new E_STRICT option needs to be turned on explicitly?
Just using E_ALL would match error_reporting where the default E_ALL does not include E_STRICT. Including E_STRICT would match the old documentation of sending each and every error to the custom handler. Either way is fine with me, I don't think that's the real big issue here, important is that we get a way of restricting what is sent to the error handler.
OK so I would go with this solution.
Andi
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php