Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115791 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 95175 invoked from network); 24 Aug 2021 18:20:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Aug 2021 18:20:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 03DF91804BE for ; Tue, 24 Aug 2021 11:54:09 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 24 Aug 2021 11:54:08 -0700 (PDT) Received: by mail-il1-f176.google.com with SMTP id r6so21488139ilt.13 for ; Tue, 24 Aug 2021 11:54:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5lDnt1UKcmxTqFmeF/PUOrL1476MYuF/Phr6NGsoh6c=; b=MQtNgoU7NTZ98nk3b5x2rXyQPLhua1n+N8DCbz7ghyKn/geHKykpQkSG6jX2p6EkeN F/r//n8s0ux73kUffgEVKwouZcqqG88loxI28HRPKQG5wWRgJrXAtVSpeph9CHwhbU7M y0ZPUbVV9rMU3bltilf/+hmpbsIs0K73k3WAyzOQ7ZjQCP99y0EdBvCbwKBAgcNSWHsB K03nKtbUVRgd7YwsgUV0TJPrCWFj2HdvX6nHqJGkeHFbQsWnGhjJ5HilvCvKIe+dmM5S PF3WX8ZTc1GrZM69HLvgA5UYoF3rgClEVtRYXXLDENzFYfe/wg7Ix7NvZwNPtNmuKZ2l GjSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5lDnt1UKcmxTqFmeF/PUOrL1476MYuF/Phr6NGsoh6c=; b=dj6iFeCrC1KxshEI7cSYhrTaCU+zUJAIcnFWWVpe+nTuqgsrVLeuMpXfhh77mF+J/Y /YMWmiYMNf6HM+AOxIamQHbFZU2kuI9dTDg+r+LFqT05B4SToEKE8iHfQN474NxFn1Qn 5HMpX6xXijC7meBrFO4XwUdEj2859/ZCiwExoGVZClWgfwH6KdFZ7yBsCf7NiDMSdi0Z +zmrt/QC7R6ZwqpTsEvCA0+/RfGMe+OMbWQ0qIOxWEAzxfc/fkHjeZzqY/eqLn/fD6EZ hspQGIUrtEPgFYYwRjqlnwxd3KPRkwWEeuHIWkJ8I+/iKAoiZLpue92m6VKHr2go9qOa TnhA== X-Gm-Message-State: AOAM530/VKlGsumbS8OJGZ+eU6FQv/GwdMGg+qnLR6WJrzwZsIyj34xj Kxf0rDgrollogYDc23Y/SqnY14gXRS2aFlytB4c= X-Google-Smtp-Source: ABdhPJx/D6fKG0hV+prpvglbjBHjxC7pMJqmu4My3wfO+O8vzwlmMh3q0PtsBR+HPlGXBAU3fPqY/dZGvhGoTpX5YYc= X-Received: by 2002:a05:6e02:1c2b:: with SMTP id m11mr27484174ilh.242.1629831245968; Tue, 24 Aug 2021 11:54:05 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 24 Aug 2021 20:53:57 +0200 Message-ID: To: Derick Rethans Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000075bb1405ca52a8cc" Subject: Re: [PHP-DEV] Guidelines for RFC post feature-freeze From: deleugyn@gmail.com (Deleu) --00000000000075bb1405ca52a8cc Content-Type: text/plain; charset="UTF-8" On Tue, Aug 24, 2021, 19:28 Derick Rethans wrote: > On Mon, 23 Aug 2021, Deleu wrote: > > > We recently had the Nullable Intersection Types RFC process in an > > unconventional way starting a new RFC post feature freeze. If memory > > serves me right, another similar incident happened with the Attributes > > RFC which had a syntax that could not be implemented without a > > secondary RFC [1] and went through a secondary RFC which proposed a > > different syntax [2]. > > I find this comparison disingenuous. > I want to state that I had no intention to compare the RFCs or even bring their merits into discussion. What I intended to show is that we have 8.0 which had an RFC that would classify as Refinement RFC and 8.1 again having another RFC that also classifies under the same category. Their merits are left for their own discussion and their own voting. The proposal is rooted in making it easier for release managers and rfc authors to refine code changes that may or may not be necessary to accomplish a previously approved RFC. > --00000000000075bb1405ca52a8cc--