Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128714 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 D39FA1A00BC for ; Fri, 19 Sep 2025 08:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1758272066; bh=l4S/Cz8mudFifCWwgvLnktOugC+bSf5wCsZIRvri5rg=; h=Date:From:To:Subject:In-Reply-To:References:From; b=mKFlyHSOEzxSOCg69kQLFDwy1hKuEeLD1VVwRo1OiWT5IuvbSP3o2/StYK1XprQei XC0RxjUeQ3SBg8osdoq7tujzUX27VVJpIUW4CNTabykxbUuFzQ7uGOa3i6xYZAyo7S Khp+vP3NgDLHa6dzFolsKT9ypngRK9mSlN6iMZj5Q9+Gk90lEXd51bpCnK3r/zjqXv LfoLWEbueWgU4IdMUxuLdAr7KqKeLhUm00zeTvyZQzVVDUj+7rMaZx78isU+ie3nsE 75YS9kmtRHwJObjqqyWKn/OpRQ4UvoUHWtaZ34gcBjIbKeY9IqKGI++YV8GBiz0Ctn wV0Z2rZQ4KypQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2373E18004E for ; Fri, 19 Sep 2025 08:54:26 +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.6 required=5.0 tests=BAYES_50,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 ; Fri, 19 Sep 2025 08:54:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1758272147; bh=PFqhTDLPh2ijgh4d/4z3GYMk+1WFIHsY5lcGyXO6KU8=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=hu6G0M0ALnRj23uzsbDtejBiwjQdK0j8Hju2qaWJJr9HLYPVGxoI2w2YzlO++z8Ud B7ZFyiZRq0fsbNtOf3JDpTBErt56r9iiNB69LnJgO5GpuEmmqIycnyBbPBiQogcsK4 ACJRc+rUzMdzED1CSyQ5stv2BhqnEebr+nUhGEc4LCKLCW3Q2OZRF+NucTdQh9kMss y9P9ocsczPtARuJ0im78JVVrZZjcKRbRaxPrrp3ZNeARb8eXragU5EXOYLHfRLkP9B kwHekW/cDl35Fn/OxhtiTjpgamXhdaLVMO38wyv3HDB/IDVvxwHgQJ7eMRIwpdbs54 hLmZVw6uL4qCA== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Fri, 19 Sep 2025 10:55:47 +0200 To: PHP internals Subject: Re: [PHP-DEV] [RFC] Clarify discussion and voting period rules In-Reply-To: <53cdbf5b-7c6e-4ba1-9987-332634cab527@bastelstu.be> References: <53cdbf5b-7c6e-4ba1-9987-332634cab527@bastelstu.be> Message-ID: <29c9d6cfcc2928d3805596416edbff6e@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 > 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: - The policy now clearly defines 1 day as 24 hours of “stopwatch time”. All the times are defined as “days” instead of “weeks” or “months”. - There is now the grace period of 8 hours for the start of the vote, since that's the deadline that is most likely to go wrong by accident (e.g. when miscalculating after a DST change). - There is now a maximum voting period of 28 days. - There is now a maximum time after the intent to vote expires (7 days). - The RFC Errata definition was expanded a little. As before, I've added a changelog to the RFC and you can check the commits for the detailed changes. Given this is a “Major Change” to the RFC, the cooldown period resets to 14 days. Best regards Tim Düsterhus