Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130235 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 26B991A00BC for ; Tue, 3 Mar 2026 11:56:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1772539021; bh=d9HSU0GTTh64zdaxrcmFUgqXz5lLZBymbuLOH5WKT70=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AgG2BlqCJ1t8PJdqdEwo+FUJuMhRqSqoNxeH+r0UFYgWaVAeCGwbwZKGCvwzjs5fB XP67CPCapjQUx5L8s/LPH5a4cQ0susoMaVHTiZ+waAiid4vNQv55vLgGKIc7p8Y4mA oTtfWFYbLHasHjlBQrr4YNrJS0CafkSra3MnlpxxaKv30mznzZjo4CjG9yTDIeZh/B ZLN7pGSaMIOSkwYKuEL20UbyIIFmNX+O7YQw8MaObP/u/gPpYRGnmGwoPWBxUnFBJZ Eg6R/ubZoCYqFOEr3VC2pM5TWTb1P+ry3cqtha9zn5XfSU+kyJNapwXPszgVG9UE2x 8LPgUkrTeD1Mg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CB0FA180042 for ; Tue, 3 Mar 2026 11:56:56 +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, T_SPF_TEMPERROR 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 ; Tue, 3 Mar 2026 11:56:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1772539009; bh=3+QXW746ma3o/ZrumZ9kq2jSHBXtG81AS91DQ6kpD+0=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=h3JvdA7BQiQdWaKP6oxJOVDiQ+g3zNmSbNMhU/sCuckLQEchX+Vbd2KzEb+CPC0oo nV8OA6go9vu51cz43JGB4tdcY10Gq4daRGDowHQ+c8n4Sr4+S0xnLglOqjX1hXy+m0 bmV5DxUynfP9ScknYo8tAqP+65L2JH2gBSfqxlnnWA7X1Vtv5TjtcUHwbs8OZ8HNlF 0u5bEiLLcBv2mA7kIMv/O/eXG6xE+bryy3B9mydUbamBJeansOA+TWUFQS/mmeyX/T 3Nr8onNIxA8+97Laf+oGs15CSIXXOhM66ErGL8ZKaz42LXClwIF/LgiCGqOM5hQB/L aGcJlNJhHsNzQ== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 03 Mar 2026 12:56:49 +0100 To: Muhammed Arshid KV Cc: internals@lists.php.net Subject: Re: [PHP-DEV] [RFC] [VOTE]ValueError Conversions for PHP 8.6 In-Reply-To: References: Message-ID: <42fba78f4a68c906e7b7868002bef176@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 2026-03-03 09:37, schrieb Muhammed Arshid KV: > This is to announce the opening of the vote for the *ValueError > Conversions > RFC*. > > RFC: https://wiki.php.net/rfc/php86_valueerror_conversions > Discussion thread: https://externals.io/message/130090 > > The vote will be open for 2 weeks (and a few hours), closing on March > 17th > at midnight UTC. There are no voting options available in the RFC for reasons that are unclear to me. Looking at the page’s source code I don't see an obvious mistake with regard to the markup for the voting doodle. I'm however noting that the options do not include the “Abstain” option that is required per our policy: https://github.com/php/policies/blob/main/feature-proposals.rst#required-majority I am also unable to find an “Intent to Vote” announcement for this RFC in the mailing list archives and the corresponding discussion thread is only 12 days old as of now (which is less than the cooldown period of 14 days after the initial proposal). As such the start of the vote is violating our current policy in multiple points. I also don't think that this RFC has properly been discussed and I don't feel it is productive to individually vote on every case of properly validating input parameters. This warrants a generic decision, such as the one proposed by Gina in her “Exempt input type and value validation from BC Break policy” RFC: https://news-web.php.net/php.internals/130221 Given the clear policy violation regarding the vote, I request the vote be canceled. I would also recommend to withdraw the RFC in favor of Gina’s - but that is your decision as the RFC author of course. Best regards Tim Düsterhus