Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128654 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 9A4901A00BE for ; Mon, 8 Sep 2025 14:22:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1757341275; bh=5cae4mheMnA21SkEyHvpESzBIJ8R4ZpOUemnFz5RWWs=; h=Date:From:To:Subject:In-Reply-To:References:From; b=O9qJitXDj/S8/V27bD3B1DqpLRSKVO8ghF9XMl4IFnVrNlJut0dJWfI+J3zu1zigH JmrLYCFN13YW69Yd5ZEftBTQ5b0nPN6pVg7L0WRLVYKpw9Z86mitBUdsnQAeQLRhbS WqP58N8wz+g0BfVb+9PiEC0Q9yuRSrf9f5S7T9QooDYoxznlmDldZudx+xvg4t5Rs7 PXsLmK5UKjj8EJVHKcUh9nEiLtcksljym6LCeuD9/t/TOfbt/PsFDt4Cs5ZewiTqjd iRlycDWFX9UeX5ZZ68C5J7mWWw/FqFbarH3b9srIDPA8wlE555+HwvMW85T+zm/gj3 PXsQXdPNYTM4w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 137AC1801E7 for ; Mon, 8 Sep 2025 14:21:14 +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 ; Mon, 8 Sep 2025 14:21:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1757341357; bh=6OPUyPSc4aX+JdbJ9yaopcrNVIbBHeEL0dpEnfSCgvg=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=GyOrjCFSR1EzjnA/jJWyJLkKeOUmscnVRLIBHUropk76evdQ2cd4M93F9437kd2yr Ez1fSorl9xymoH1GAOLWpOh5nfgw3/CGRBudxkjTuCwr2S21u0vqL+23DpUmUs7r1t sPFZtiSWNM7DHWbCP0oW+yw0oYi76ZE+xltVkRnyINhA9QDE1zJBHWZz1P0i6Q409r bUsc4QeL8MP9Ds/UczazhPGHdH6Dsu4SbeY2pl7Jj9H2LCBda+kW3SNL4sWsgdTkmV zo9R23tBO/ay6e5d9Bupdd33+C55BT+Z4j7zjLk38ItloxI4TAGXVCRsG8TqPvtbWn hhEvc1ZhFVvpQ== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 08 Sep 2025 16:22:37 +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: <27a84fc4966c1a45aeb6f58fb57dc250@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 made some more (major) changes to the PR on Friday and earlier today. Please find the changelog in the RFC itself and check the commits for details. Cooldown period resets to 2 weeks. Best regards Tim Düsterhus