Hi! > Hm... But isn't then the safe route to revert set_exception_handler to > old behaviour > and take the rest in 7.1? I mean depending on size of problems it takes
It's not that safe if set_exception_handler is used as "handler of last resort". Because then we have a whole class of exceptions (not Exceptions but still exceptions) that are not caught by it. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php