Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128464 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 5727D1A00BC for ; Wed, 13 Aug 2025 13:18:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1755090996; bh=hdtRYZDhdc1FxSGI2Hau1sRoDbFAfvi17QYssGIBnGQ=; h=Date:Subject:From:To:References:In-Reply-To:From; b=joiyt9/J3C9mT8xN8d2pDgqykWLp51rgfrZ3QzHY3aYLZQJwJWchJ7EUm6JuJv0oj HcR2tL/2Uf+54+Y24NJwZds5lB4JCOmAO31BbsWoBzQvksPWRenrobucyyZImdDSUK bYyYkDbnhg467c8tgxRJHdnhn8VzpDczPaN+qr6+9/jHeqZl9zuYqzXoArhHUoQIxb Njd58jZza3SC+Nd/MYzbrcDNvqlpowNmXVBN/5Ehw/Afei/YsAU+GVDcosZQ8L//5t Vpp8Y8/vmg+9bS+T90ObTF2la7PUsrL6dbejBzjtk07A3SRzI1yu+UWW79ykF/50S3 fAra+Bgi94lUg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1004E180087 for ; Wed, 13 Aug 2025 13:16:36 +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, 13 Aug 2025 13:16:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1755091091; bh=7sgX4jNPmevuvsc1ADGtt65Eacy9DQzDrqSCnwG4tPA=; h=Message-ID:Date:MIME-Version:Subject:From:To:References: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=chjbjqearz1cDH2g+WrlLW/U0tmIgWs5Ov27vpXcsolwcZHRPJPwY5I1iWYXSYx9g 1+otGTKkJXPH224cmiamT6FJ4pcGYxRnohP630k2n4c8r5C5D/rBeINXzQEuvmmeMm BHJraAGFQ6B6SDaRaAIMzVDTKTcfGC4yT4MK5QUeQ13Nbe0qnr3s80lUoi7FhNFPkv BrtvZ493QYBHVmDk/NFB/bN9x386XNLar/TzKrG9OVt+pI13tca4GqH3OQJJXsi5gs adWkwQcpmwUMOUWyg5bXCnjEzkkx+lohU2cN4+VAUK+zVVZedR7tN5ekM7ARQZSTEO jcqmZfQ5bNpLQ== Message-ID: <797af7c1-4517-4179-9c36-06a061b3debf@bastelstu.be> Date: Wed, 13 Aug 2025 15:18:10 +0200 Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] "Abstain" voting option for RFCs To: php internals References: 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 7/23/25 00:03, Tim Düsterhus wrote: > This message is intended to begin the official discussion period. While > it would be great to bring this policy into effect before any RFCs > targeting PHP 8.6, I'll make sure to monitor the (list) activity with > regard to folks being busy finalizing their own RFCs (and enjoying their > summer vacations [1]) to make sure everyone had plenty of opportunity to > participate in the discussion, so I would expect a vote around end of > August at the earliest. It turns out that most of the RFCs for PHP 8.5 have already been merged for Beta 1 / soft freeze and the others are making good progress. There's also little list activity overall. The discussion for this RFC also didn't really bring up any major issues or points of contention (other than “is this really necessary”, which can be decided by the vote). I therefore plan to open the vote at the end of the week / early next week, which is a bit earlier than initially suggested. Of course if anything worth discussing pops up after this email or someone asks for additional time to review, we'll wait for that. As of now the commit that will be voted on is de94b7a132c4a74e54e7848914203f1849231697 in https://github.com/php/policies/pull/20. Best regards Tim Düsterhus