Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123072 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 57C781A009C for ; Tue, 9 Apr 2024 20:02:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712692978; bh=XGZOjmc7nA7FbcJv4ytn1RyenUUYdoGxfWcZTo7nxik=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ddrbOSAOg3MHOZ6ttbu5BG0v/FrEV4iYoRs28pzI8+Y5PD6MDLQ4B7bZABbSuuNEz e93JxD0TrmtkNMK6lixPTVrDnpn61D3OvYR/RyWY354sx7evVghw4poZYxRH+cgZ4A QmCW7wsA+9/4rPy0cog52CQv3izS06YLNTvTTQzGICiIuHDnjgKWwgDbRFTSXvMkyT +p5hYvcLf/RoWm0VB5x+d8E1yKWlKUlV6p/9GToIFI+LJPpGYXEwz4fCLQfBvIHLNi gxXA2Vh+ng+CxOqZphSqgV4gb1rCWMNdQ+OZprVzbACzR8GioLTc6Dn6gBpuKp0U36 vajP0uXDa9Rfg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8E978180575 for ; Tue, 9 Apr 2024 20:02:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 9 Apr 2024 20:02:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1712692943; bh=2uvb1KvhEhSVOEuYT40xfrJ8Nl1Wwojx4gGMP1wD/Ww=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=WQTaWWAhRRRLXBe/3oiel2q7L3N9VxKPQzPckTqqhNx8fAVWXwQCq4rysunepJ3+J ZQU72VH+MW4QL3LxHK6yH22CtN5jYD1Ug4rkLizRSQ0Jn/P0zVmLecpcbFRaLDM71e fNVcRNB03ccFyN7wD/NF77CJ1ETvFIyYHyPmgSPVoy4Xmx6qNz/Qlfdr+NJCbXzQ4B W951XCMKxJc85Yh1vm+fRAusPFMAu/f0cXXS6BuYZcxQ6elnpsk/D9D74Tuqy501gS jCbfpMf8D3IHW5BKKeGF+OGLkNmkUjX6oiKAlc7bqS9OF8BmV87o1lePdZIS7n2DEB TuFb1MOMHG8+g== Message-ID: <40576d10-749d-4dc8-8cc0-cab49f5279eb@bastelstu.be> Date: Tue, 9 Apr 2024 22:02:22 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: RFC Process (was: Re: [PHP-DEV] [RFC][Vote announcement] Property hooks) To: Robert Landers , Larry Garfield Cc: php internals References: <9ff3864e-7fb8-4ad1-bbd7-f8c69567a34d@app.fastmail.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 4/9/24 21:32, Robert Landers wrote: >> The Aviz RFC was put to a vote last year but didn't pass. > > It would be really nice if votes weren't just a yes/no vote, but > yes/needs-more-work/no vote, where needs-more-work and no are > effectively the same in terms of passing the RFC, but needs-more-work > just means there is more to do (either addressing ugly syntax or the > idea is sound, but as it says, it needs more work), and can thus be > simply revoted on after concerns are addressed -- instead of creating > a whole new RFC that needs to pass the "not too similar to other RFCs > rule." Re-proposing an RFC is allowed after 6 months even without substantial changes: https://github.com/php/policies/blob/main/feature-proposals.rst#resurrecting-rejected-proposals Though I'd argue that property hooks passing would be a substantial change of the broader context. -------------- Relatedly, I would find an official "Abstain" option useful. Any "Abstain" votes would be completely disregarded for the results, but it would allow voters to indicate that they've read the RFC, thought about it and don't sufficiently care either way to influence the results. As an RFC author I think it would be useful information to me: Did some folks not vote because they missed the RFC or because they are happy with either result? Best regards Tim Düsterhus