hi,

On Mon, Jun 27, 2016 at 10:17 PM, Aaron Piotrowski <aa...@trowski.com> wrote:
> Hello,
>
> Voting has opened on the RFC to change most conditions in extensions that 
> raise E_ERROR or E_RECOVERABLE_ERROR to throw an instance of Error instead.
>
> RFC: https://wiki.php.net/rfc/throw_error_in_extensions 
> <https://wiki.php.net/rfc/throw_error_in_extensions>
> PR: https://github.com/php/php-src/pull/1942 
> <https://github.com/php/php-src/pull/1942>

I like the idea.

It should be 2/3 tho'.

Also "Generally none, though it is possible some exceptions thrown
could be unintentionally caught by code written for PHP 7. However, it
is rare for Errorexceptions to be caught outside of cleanup or
logging, so catching these exceptions is likely desirable over a fatal
error." is a BC break, not sure there are codes out there that expects
or may behave (more) badly with this than with a fatal error.

Cheers,
-- 
Pierre

@pierrejoye | http://www.libgd.org

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

Reply via email to