Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122589 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 qa.php.net (Postfix) with ESMTPS id F29F71AD8F6 for ; Sat, 9 Mar 2024 07:02:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1709967735; bh=aTpv4mLlCy/d2tB4LN8ucRo37evVROFlnlTM1zw3HS4=; h=Date:Subject:To:References:From:In-Reply-To:From; b=GKyQcWsnwG63pmgfPpU5Z7pOVY5Cu1I6fuJ5gMImP9rOGGLKiF+kNou47DsoCa2uB xV7kKI8V0N34zp5GA7UQBjhg7N/5Dt8ollbGRMKiqMylAVym481Rcm9eQnvoYmPd+y fojXuT4sVnt2IP7lmM/otHrfmkVWCJickRLvXlDaM2FM1nqBcKuFGkvQamv0JdUGnn FdAHctFYxKZxtiwtDm03sAYxR/U1iQXNSxmcOIvQ8fgvvgjxKb94aZcUGZsOdnJwjX YxKU/oMdoPzuM7y84trDSXKGtHePQ6rv3AoHO4fD3YkZOf+Hklhyhonb3n2jRXIRys U9SOWSH+XpfUQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8AA681806AA for ; Sat, 9 Mar 2024 07:02:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_50,DKIM_INVALID, DKIM_SIGNED,DMARC_MISSING,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from wp160.webpack.hosteurope.de (wp160.webpack.hosteurope.de [80.237.132.167]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 9 Mar 2024 07:02:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mabe.berlin ; s=he194859; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:To:Subject:MIME-Version:Date:Message-ID:From:Sender:Reply-To: Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:In-Reply-To: References; bh=U7eJ9yrWu23ajCjbqEEHsOMP0PQRTJsgBWvDraOQD3E=; t=1709967720; x=1710399720; b=UA6/hprcQcyjrKEa3VG+r8wGMWzSCcMMTxsy2+t8xsgyvlC5mnOXBpVrBNGHE 0dOe2VaW9JFO2AVgeXwnnwOFC0F1bAmKdQNfWw5QuNse79F65MqO4Ah9I7UPS34g2PFHfykDOGEvw dP8YPJepOhRQleUpn8hhCtu8LKXVvQELe9xwWymXtUI7vn3H/KZS2IJL7JoQM9n88HuiDGSKDf+AE v0NIa9mBQkOOHoJ5BRM7FCHbIXf8vGv6i3D/zM8zS9vN29trj+CWqRgrVA/DBk4Pb7zBuPGQKKgQb UeQSF4jRWlG/mMqWgqv8VowR5cvquPFmipmi4TVge/dl/KBJ5A==; Received: from [2a02:8109:b323:1700:e5f9:7932:39d4:19d7]; authenticated by wp160.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1riqiT-0000J9-UJ; Sat, 09 Mar 2024 08:01:58 +0100 Message-ID: <8a96a374-eaf8-4ac6-b45c-61d2a0c9652f@mabe.berlin> Date: Sat, 9 Mar 2024 08:01:57 +0100 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV] [RFC] [Discussion] Rounding Integers as int To: internals@lists.php.net References: <07407c20-09ea-4bb9-a5cf-3af41b9234ee@mabe.berlin> Content-Language: en-US In-Reply-To: <07407c20-09ea-4bb9-a5cf-3af41b9234ee@mabe.berlin> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;marc@mabe.berlin;1709967720;4dbf1ffe; X-HE-SMSGID: 1riqiT-0000J9-UJ From: marc@mabe.berlin (Marc) Hi internals, Just want to resent this note about the updated RFC as there where no comments last time and I'm unsure if this was due to mailing list issues. I now have updated the RFC to allow to opt-in to new behavior on PHP 8.4 and be able to opt-out to previous behavior in PHP 9.0 via new parameter "force_float". Also the deprecation has been removed as nobody liked it. If no further comments arrive I'll like to start voting next week Friday. Best regards, Marc On 25.02.24 18:09, Marc Bennewitz wrote: > Hi all, > > I now have updated the RFC to allow to opt-in to new behavior on PHP > 8.4 and be able to opt-out to previous behavior in PHP 9.0 via new > parameter "force_float". > > Also the deprecation has been removed as nobody liked it. > > Best regards, > Marc > > On 26.09.23 12:39, Marc Bennewitz wrote: >> Hi internals >> >> I'd like to put a new RFC under discussion: >> https://wiki.php.net/rfc/integer-rounding >> >> Best, >> Marc >>