Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128633 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 4A90F1A00BC for ; Thu, 4 Sep 2025 13:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756992252; bh=gF0+MxXTHI4gjlP+a0KNWKLZSLKm5j7wa6Gr/GfcPwo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=bk5tMt9lhrCexC2JZsbt2DEACWlbEKtucjxfJaCuqfStFxtp4vDw+xrvbIcNqG+1p yIOlYLtLLLCvhFTiDFSQ8Gws1AemdsuJpcqAGnR19ah4K4fkAbDR5zLbnVdGMkGs0C Wh27Wl81gJrhkWv5vMRoZvASC/rPrY0cG6/L+ZBvqKNJGH0HisuJbQgHBOeSN9O1b6 nXy+mfNJ6jrx1/VSl1vORVtrnwl2Q6amV/WlAEpWXENX1ZtTWVJaMnCuQVdBwqUl3h 7A9Ps8Q4LkxFo9jIc+HAmax/DaoDAJ72cWK116tVYzD0R0B1vz5H1Brmm3ogn5ICKT 7HiEEDyWDL9qw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D062E18003F for ; Thu, 4 Sep 2025 13:24:11 +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_20,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 ; Thu, 4 Sep 2025 13:24:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1756992338; bh=NoybBXENc/CgUVF+uJB8fFzmw/f+AnpA4ArCAF1lK7U=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=FDfkS3/1KMbFEv/NY1NcRwtpcmtL/XWtG6LYPSIspOQj4vvYNwCktpqKnQhCPk90T 12t/3mioy/M/Op5l45zlZdt1TNUHUxnfnY8a2Y6vdW+89YUvqF5DmkEbKFOFiogVrU JHiytqCE5OQIArtNFd8DmG//lPNDKm1YYnfGT+s53FmW8I8ZUTi+RWa3Ut02RayRPq 126WBJsu8PLHWj1LIx4ckCVo9f7IjwqLKsteXT1r1o2twxGLLUL9cBPdyEn0NMB5DX 8mpUr4yWsDwdEgxG+TwObojihcIiZ7rpWiSUHhsRVzrvGOYln8hTMOoWw1TfF3RFW6 UPTKTe6OCLXkw== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 04 Sep 2025 15:25:38 +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: <64f20675e5decc25057b844d2a9e27f4@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-08-29 22:21, 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 I've just made another (major) update to the PR: - Dropped the “Repeated Discussion” sentence, as announced in my reply to Larry. - Disallowed starting a vote during EOY, as suggested in my reply to Larry. - Renamed “Minimum Discussion Period” to “Cooldown Period”, as suggested by Ilija. This change allowed to simplify the phrasing quite a bit. - Various phrasing clean-up. Please check the (atomic) commits for the detailed changes. This email resets the cooldown period of this RFC to 2 weeks. Best regards Tim Düsterhus