On Mar 8, 2015 9:26 PM, "Nikita Popov" <nikita....@gmail.com> wrote:
>
> On Mon, Feb 23, 2015 at 7:15 PM, Nikita Popov <nikita....@gmail.com>
wrote:
>>
>> Hi internals!
>>
>> Voting on the engine exceptions RFC, which proposes to convert existing
fatal and recoverable fatal errors into exceptions, has opened:
>>
>>     https://wiki.php.net/rfc/engine_exceptions_for_php7#vote
>>
>> The primary vote requires a 2/3 majority, as this is a language change.
>>
>> A second vote will decide whether to use a BaseException based
inheritance hierarchy. This vote uses a simple majority.
>>
>> Voting is open until 2015-03-08.
>
>
> This RFC has been accepted with 60 votes in favor and 2 against. The
BaseException hierarchy has been accepted with 39 in favor and 19 against.
>
> During voting some concerns about the naming of the BaseException class
have been raised. This detail can be sorted out in a follow-up discussion -
changing this (assuming only the name is changed) is simple and only a
couple of tests need to be adjusted.
>
> Dmitry, do you want to merge your current patch?

Hi,

Yes, I would prefer to merge it, because the patch is big and keeping it in
synch with master is additional overhead. Also we will able to start
converting more errors to exceptions. Please merge (I don't work today).

On the other hand, I'm agree that using Throwable interface may make sense.
If we have implementation and short RFC, I think we may start voting
immediately, because it was already discussed together with this RFC.

Thanks. Dmitry.

>
> Nikita

Reply via email to