Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128267 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 D1A5E1A00BC for ; Mon, 28 Jul 2025 14:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1753712775; bh=glVcrYRECC2ie+2y/LLXGH/YYVI+6rdRIneN56FNvDg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dIFuzUMNPgckyfKdGBPSxyyI2iMSPIoLn/8t2ttU2xUesipOewLK4+8KaZl4dOFSv poflZR/tjO5oltEg/ZwT2+xf/7/ROub3V58eGbWgsf8E7XSbmB2AMhbSnLWyYvHyAi DXEU9LtBalI7B9ucbo9ByXeDrYKNb8z0uAqrPL26h8VCp+eGLK4qu4eXSl+iWDWqGr ZfSh600vamUFSxxmPTpiFOE7+kRQVrkZSkbY+iyjQQXfGHtYRZ5qJEIUh9pnjv/Xjy njvvWSkwVImnQKcoha7ykaxu9LKlU0zubnAMSJINb4HD4HwIKgp9HG4ZHxICn4L0JJ +8jFHxRzItX7w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id F03741807D7 for ; Mon, 28 Jul 2025 14:26:13 +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=-2.1 required=5.0 tests=BAYES_00,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: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) 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, 28 Jul 2025 14:26:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1753712874; bh=Xx2qVHYB+lIeY2l2Wvr9MMc11MXV5TDdWqu+jXDIoYk=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=MnM1jnP2vqo5ty/+InMsVkkXxXiVM8mnCcDQKbRQZMxSGttZWN5u7GRLYv6LgHluG iWdrZnpRuKakp1cy5tG+pD+2NNhJNJIhH6sfkqs55c5Ob2knbCLr2tUKxqq4eBt0L5 FKh+JI3Kk4E3UWERVUWCB5BPhXFAtBP74HgUSChEAwa81YBmDeCH+k1BYj0RC1Xhje RKcHYvKYhBgjtzLDelcqH13V7eQ9XxGBksl1prZdNvuaovcibSlC4dqL8m548ummPU mlfeAcQHd93BBj6hcY+ltNwFSTA2KDnmP704Z47gquD8DHWHWHXkhyOgZM+ioKwJIU GPW/wuAAeRrPA== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 28 Jul 2025 16:27:54 +0200 To: "Gina P. Banyard" Cc: Claude Pache , internals PHP Subject: Re: [PHP-DEV] [RFC] Warnings for PHP 8.5 In-Reply-To: References: <4BFDCCE4-F4E5-4F87-AF1A-9B66C816684A@gmail.com> Message-ID: <4cdd26f605b77698b349367285d1e500@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-07-28 16:20, schrieb Gina P. Banyard: > I've added a whole new section that addresses this, as out of range > casts are completely whack. > See: > https://wiki.php.net/rfc/warnings-php-8-5#casting_out_of_range_floats_to_int This effectively is another “Primary Vote” for an entirely new proposal and as such requires 2 weeks of discussion. If you want to vote on this RFC for PHP 8.5, you'll need to drop that section again. Best regards Tim Düsterhus