On Tue, Aug 26, 2014 at 1:12 AM, Stas Malyshev <smalys...@sugarcrm.com> wrote:
> Hi! > > > This is something that Nikita had originally proposed in an RFC > > (https://wiki.php.net/rfc/engine_exceptions) but postponed until after > 5.6. > > > > I have a feeling we'll be hearing about its resurrection soon enough. > > 5.6 was not a good place for it, but PHP 7 very well may be. Some > cleanup to error handling is long due, and since we're talking about > fatal errors (which now stop the script from working) changes in this > area shouldn't break too much code that wasn't already broken. > Depends, registering for shutdown handlers and catching fatals is a pretty common thing. If EngineException does not get caught, it should produce an E_FATAL again with the correct error code. > > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >