Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:107005 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 30539 invoked from network); 12 Sep 2019 20:59:26 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 12 Sep 2019 20:59:26 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 20D752CA32B for ; Thu, 12 Sep 2019 11:35:23 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_05,DKIM_INVALID, DKIM_SIGNED,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS36351 199.187.172.0/22 X-Spam-Virus: No Received: from tbjjbihbhebb.turbo-smtp.net (tbjjbihbhebb.turbo-smtp.net [199.187.174.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Thu, 12 Sep 2019 11:35:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=php.net; s=turbo-smtp; x=1568918123; h=DomainKey-Signature:Received: Received:MIME-Version:References:In-Reply-To:From:Date: Message-ID:Subject:To:Cc:Content-Type; bh=TVb7qoSL5WecJWkmh9keNt IavuZliM+Cqwd5NgAm7vs=; b=0yVfr1U3qy2xoK8GiVXGRy802StSFx4nDl55ly ggmng9VVFGMArPkkfEsSV3i0EirjdMohkhsx0O7kQUiFmPLaRHaAp156DGKUchm8 F9EMYyUpdPyL9sRmIBStaSB+CXZhHy3T+Pi/rGUus4sxsda/fktIfWHewGYaIfBM BNRNs= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=turbo-smtp; d=php.net; h=Received:Received:X-TurboSMTP-Tracking:X-Gm-Message-State:X-Google-Smtp-Source:X-Received:MIME-Version:References:In-Reply-To:From:Date:X-Gmail-Original-Message-Id:Message-ID:Subject:To:Cc:Content-Type; b=f4cGVDx7yfqKlPOsXojx4J1pg40xOyYeo2eHNmaaprq+kRSvK+wxx9q7tYGNyv vbIzVR8oNbyBVzLn7lr71x7mnbmoW4xEVvgdSM9mgpV/LC+YYZljWpnsh92mAEWg KyhfKKHTsrOMzbKmBW77CEwFFrLQuAB+1FGtc6XfP07Wc=; Received: (qmail 20377 invoked from network); 12 Sep 2019 18:35:22 -0000 Received: X-TurboSMTP-Tracking: 5278463487 X-Gm-Message-State: APjAAAUF63ur/dcC6IquWxIfIOFWuPKiEOZA9beqBKm1U1wSA6qAQ9Ez x+WBbxMae6a7d73EcvX+HwYmq9k3XPZXdCzivPw= X-Google-Smtp-Source: APXvYqyHBs6Gm9QO+Vh/Z66ksIHZRdoOx/xAYX7cbADBWzAHaEuApo/wm7qDmFtFxfBZZ4zVo3MwcURPLgQCB99A7JY= X-Received: by 2002:aed:2469:: with SMTP id s38mr20382798qtc.190.1568313321410; Thu, 12 Sep 2019 11:35:21 -0700 (PDT) MIME-Version: 1.0 References: <076701d56978$86020910$92061b30$@php.net> <467be4a0-dd8b-29d2-0b09-a3efd7fad56a@heigl.org> In-Reply-To: <467be4a0-dd8b-29d2-0b09-a3efd7fad56a@heigl.org> Date: Thu, 12 Sep 2019 21:35:09 +0300 X-Gmail-Original-Message-Id: Message-ID: To: Andreas Heigl Cc: Internals Content-Type: multipart/alternative; boundary="0000000000006b540505925f6687" X-Envelope-From: Subject: Re: [PHP-DEV] Changing fundamental language behaviors From: zeev@php.net (Zeev Suraski) --0000000000006b540505925f6687 Content-Type: text/plain; charset="UTF-8" On Thu, Sep 12, 2019 at 7:39 PM Andreas Heigl wrote: > > > > You may be wondering, in that case, what processes do we have to deal > with > > such changes then? The answer is simple. We don't. We don't have to > have > > them either - the fundamental language behaviors are here to stay. > > But we still need processes to define which are the "fundamental > language behaviours". And as change is the only constant in > software-development, these "fundamental language behaviours" might, can > and probably should be changeable. I'm not saying they need to change, > but it has to be possible to change them. Otherwise we would still > program business-logic in C as that was Rasmus' fundamental idea IIRC > (Correct me if I'm wrong) > You're right. The thing is this - as I said, the RFC process was designed to address additions to the language - as is implied in numerous places (both the part I quoted from the RFC itself, as well as elements in RFC template as well as the RFC howto). It was never meant to handle deprecations - mainly because we simply weren't doing much of that back in the days where it was introduced. It was meant to resolve the issue at hand at the time (and in the years leading up to it) - which is a formal way to agree on which features make it in and which ones don't. Now, over the years (and more and more as of late) - it started being used for deprecations. But these deprecations have become more and more extreme recently in terms of their impact. Of course I do think deprecations should be allowed, like in any other language. I do think we need to have a higher bar for them in general (both in terms of a clear benefits and required majority - as is implied in the Voting RFC) - but since we've grown used to using 2/3 for them - and given the pro-deprecation bias of the current composition of internals@ - I also realize it will be tough to do. But when dealing with deprecation proposals that are likely to effect a very sizable subset of our userbase and codebase, and deal with some of the most basic building blocks of the language - we simply can't start using the same process. We never have in the past (none of the deprecations we voted on since 2013 comes even remotely close to the level of impact of the two proposals that have been put forward to a vote in the recent couple of months, and the more recent one clearly far outdoes the prior one in terms of impact). Should we have 'woken up' many years ago when we started using the Voting RFC for deprecations it wasn't meant to handle? Probably. It would have been much easier to install a new mechanism. But it doesn't mean we should repeat the same mistake, now that it begins to be used to deprecate mainstream language behaviors. In terms of telling one from the other - right now, I'm afraid it's a bit like some other things that fall into the category of 'you know it when you see it'. I think few can deny that far-reaching effect of changing how variables behave in a language, whether they think it's a change for the better or for the worse. But I think it *may* be possible to formally define. These are just random thoughts at this point - but we could have a set of apps/frameworks that we use as a testing bed to check the level of impact of a certain proposal. If that impact is above a certain threshold - it will be considered fundamental. Of course, things like WordPress, Joomla and MediaWiki would have to be a part of that - not just modern frameworks. It's still not ideal since it doesn't account for the majority of PHP code out there which isn't Open Source - but it may be a start. There may be other ways - such as letting folks run that analysis on their own code behind the firewall and report results back. But there's also a simpler solution to this. This 'can of worms' as Arvids called it, wouldn't have been opened had we agreed to focus on extending PHP instead of trying to replace it with something else. This is what the RFC process was meant to facilitate. It still can, but for that, we need to change the dynamics from a zero-sum game to a goal of a win/win. Yes, I realize that I'm sounding like a broken record. But call me naive - I'm still hoping that given it obviously can be done from a technical perspective (in a wide variety of ways too) - we can find the good will to do it from a human perspective. Zeev > --0000000000006b540505925f6687--