On Thu, 9 Sep 2004, Sara Golemon wrote:
> One last thing:  error handlers can be pushed/popped on and off of a stack
> using set_error_handler() and restore_error_handler(), and that's fine, but
> with the recent addition of the ability to fallback on the default error
> handler by returning an explicit FALSE from a user error handler, it may
> seem non-intuitive to the end user that this feature flows ALL the way back
> to the internal handler (skipping any prior handlers sitting on the stack),
> while restore_error_handler() operates by restoring merely the most recent
> handler.  Personally I'd like to see this follow the stack rather than jump
> all the way back.

Having it trickle back through the stack would make sense to me too.
Andrei?

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to