Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128720 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 lists.php.net (Postfix) with ESMTPS id 781B81A00BC for ; Wed, 24 Sep 2025 07:09:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1758697662; bh=k6L0RG7BOPyOKydl10i3uaS2jRNzeXGhfb/uyTcVAmQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=VQoIRBt4FS066KuLsy2DbsGoM/dYBibxTbEnJJ1Z2rT91KV08kfFLYheAhcMbJUBj mrDhBgKjA9nih5O/IxYWPieTHAxYqATLk6ysVHCLCJ6sqTd0mGxKaQA6nfSngJGAa8 SGFfNW8wJA3TdsUm9x8/xC326CAtDIbk0WnDzEx7ZuRjgzV8StX4zZRlshuuea5MVH ESmTeizvtWNC926wXsDn3WnBBmPgESujk3PRUwTNyPjOmdgrATxiiq00VSTsJgbduO 1HXzOvQIXL+vds8z44WTMCNNC6/OICb1Kb8j2szZ0QAnoJ6PizkPKiAW8LVviko4mk ElZfMOay8aFiQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5B465180037 for ; Wed, 24 Sep 2025 07:07:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 24 Sep 2025 07:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1758697740; bh=s2rrwIP95f+gr6X+yoKwUTd9abk4WJfd9Pwb9AI9v40=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=cTqTN4BpLNLDOcs7qORJg6ULU76fCdJ9vVKnosHa2/+COX2DMOtbXV15O/QkuY+MD b2+bTXpMy9Ikwho/iFk1AynBFMertGBzk6jCQatJ24nOLZvkTQUnhAZVifqFWCiZTD iXQ+AZ7LdK4myBxYUetPFQkizuZXCVyk/PL/5yPWnFMAnqqh0aFLie4Do2zQpDZDSA IS43WZ+g8B+AjveqQ1qICrASGugBzqDiyf9o3eopkiHhwQiHtOlC++ITVaOw4Bpkbd QHJLF4BtlKXPTghMh7NJ52CCyy0BixX9dVqw167TlbOSHdEoZ1dLExrMygIv5dhmXn tOTC/lMmGeGuQ== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 24 Sep 2025 09:09:00 +0200 To: PHP internals Subject: Re: [PHP-DEV] [RFC] Clarify discussion and voting period rules In-Reply-To: <29c9d6cfcc2928d3805596416edbff6e@bastelstu.be> References: <53cdbf5b-7c6e-4ba1-9987-332634cab527@bastelstu.be> <29c9d6cfcc2928d3805596416edbff6e@bastelstu.be> Message-ID: <92a59844e30a9ca0550456886913fdb1@bastelstu.be> 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 Am 2025-09-19 10:55, schrieb Tim Düsterhus: >> Please find the RFC at: >> https://wiki.php.net/rfc/rfc_discussion_and_vote >> And the PR at: https://github.com/php/policies/pull/23 > > If you followed along the discussion, you might've seen that Larry > offered to improve the phrasing of the policy for clarity. This has > happened now and I think Larry did a great job at improving the > structure of the policy text, while still using precise language and > preserving the intended semantics. He made some changes to the policy > as part of the rephrasing and I agree with them all. Specifically: I just realized that the RFC text was not strictly following the latest policy in the PR, the explanation of the voting widget was missing (“All voting widgets on the RFC MUST include all relevant details for that vote, as described in the "Required Majority" section below”). I have just added that (“Primary Vote requiring a 2/3 majority to accept the RFC:”) and will also make sure to include that in the RFC template, should this RFC be accepted. I'm treating this change to the RFC text as a “Minor change”, since it's basically just clarification. It's implied by the existing policy that the single voting widget is a primary vote and that it requires a 2/3 majority. All that said, I'm happy to hear some feedback on whether or not the updated phrasing is looking good to you? :-) Best regards Tim Düsterhus