Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128450 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 A4FC21A00BC for ; Tue, 12 Aug 2025 10:12:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1754993480; bh=DX4hUW06OoaobFYJZ8FuuzbN/PC6GsnOiTR7zyoavxk=; h=Date:To:From:Subject:In-Reply-To:References:From; b=RdgUSH21dPslrj8X3FxIWisVuvksPeMCn3sU40n24WTIV91DkMvfWa3Xs8lYzx14m t5Z5MGGJk7D71B2UC3szH3wHhiYinXyqIfmBPU2zALBRSuWlTIiNGbRZbFA+NtF1kz DvNDDaC7CnDEa8kbjl4zhN0nmvqkxYj+NKAB8t32rBn+jDGlcF6GcxlJ40CJ+dWczV H8mQMBiTQsjE9P/7N2QTwKbgz5y9u/eRYzDSI9flJMuqIz1x/CnD3dRI95DxXZlvAW PHFLaOLv+/ZAdRS4GrlJ9o4q41JVOC45qnnsKbacfrTneiNvw0FPfsOR+emQOnSu8D dqVJLoVbxKaHQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7CBD318007E for ; Tue, 12 Aug 2025 10:11:18 +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=-1.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from mail-24420.protonmail.ch (mail-24420.protonmail.ch [109.224.244.20]) (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, 12 Aug 2025 10:11:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail; t=1754993573; x=1755252773; bh=DX4hUW06OoaobFYJZ8FuuzbN/PC6GsnOiTR7zyoavxk=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=VZdgZmV+thk3OkVg0DRHzr/NQd1+YFBUw1LUyy+cPchP06dEXwph9Bcalr7zSZtfy bZWVDZCv6p+52KTxsUPWvYOyKafXk6q7/20kTxJ30bok0bQ4717CNP5OT8LoeU9ph5 E8PLB3S1GOGF5fA7mGrJScZpKRmMhaSQs8Azj4AypAK71F0nHyuu6TnZjFkcb8u5Eo KWo0shqFkLD8WIGYXg38d/xxbwsFnpKfTTc0EcWRH6xtL4veQTqFYdPX7iokRVtUHn ET9mGC0DnumWUY8nuz3ow9p0Q4neiOu2mbJEY2Ekr+RItPFw64R1KqIyKf7974GCnv 87Tnx9wAfXuhA== Date: Tue, 12 Aug 2025 10:12:49 +0000 To: PHP internals Subject: Re: [PHP-DEV] [RFC] [VOTE] Warnings for PHP 8.5 Message-ID: In-Reply-To: References: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: 2d3eb2a559700a08e68c272bc440c3481740f34c Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") Hello internals, I have now closed the votes for the "Warnings for PHP 8.5" RFC: https://wiki.php.net/rfc/warnings-php-8-5 The following proposals have been accepted: - Warn when coercing NAN to other types (20 yay, 0 nay, 100%) - Casting out of range floats to int (17 yay, 0 nay, 100%) - Destructuring non-array values (16 yay, 0 nay, 100%) The following proposals have been declined: - Warn when using offsets on non-container values in isset()/empty() (10 ya= y, 6 nay, 62.5%) - Warn when using invalid offset types when checking string offsets with is= set()/empty() (10 yay, 6 nay, 62.5%) Thank you to everyone that has voted and participated in the discussions. Best regards, Gina P. Banyard