On Wed, Sep 21, 2016 at 12:44 PM, Jakub Zelenka <bu...@php.net> wrote: > Hi, > > On Wed, Sep 21, 2016 at 7:07 PM, Levi Morrison <le...@php.net> wrote: >> >> On Wed, Sep 21, 2016 at 11:13 AM, Nicolas Grekas >> <nicolas.gre...@gmail.com> wrote: >> >> To handle this in code written around current __toString seems pretty >> > simple >> > >> > Yes it is, but that's not what we're talking about: >> > BC is about having perfectly fine code working in e.g. 7.0 be still >> > working >> > fine on 7.1 *without any change*. >> > >> > Right now, we have red test suites on php7.1rc2. >> > This is the symptom of a BC break, by definition. >> > And the issue is not the existing code we have, but the new one that is >> > changing the behavior of the engine. >> >> This was understood when the decision was made. You seem to not be >> understanding the bigger issue and instead focusing on the BC break >> for a *single minor release, and a dot zero at that*. If we keep the >> BC compat this method is redundant and useless forever. If we fix it >> we break your code for *one single minor release, and a dot zero at >> that*. Which is the bigger disruption? >> >> This is why the decision was made. It is better to have the useful >> functionality from here on out than to preserve BC with a single minor >> release, and a dot-zero at that. >> > > I'm just wondering, how is it possible that this got changed when the only > RFC mentioning this change got rejected ( > https://wiki.php.net/rfc/reflectiontypeimprovements )? I don't see any > consensus in the later discussion so unless I missed something, which is > quite possible, this change should not be there in the first place, right? > > Cheers > > Jakub >
You should check the mailing lists in situations like this, and in this situation you will find the answer. Basically everyone who bothered to discuss anything that some minimal changes needed to be made before 7.1 launched or it's forever broken. (Spoiler: it isn't just me) I understand that some people really don't like reading the mailing list but I have no sympathy for people who don't read it then wonder what happened. It's literally our only official communication channel. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php