Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121951 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 29743 invoked from network); 8 Dec 2023 00:32:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Dec 2023 00:32:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C4A25180055 for ; Thu, 7 Dec 2023 16:32:40 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) 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.0 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (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 ; Thu, 7 Dec 2023 16:32:39 -0800 (PST) Received: from smtpclient.apple (softbank060067217005.bbtec.net [60.67.217.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 92140401D1 for ; Fri, 8 Dec 2023 09:32:23 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1701995543; bh=OrrlSm55Q6dkfiIOKTJen5NetXnlRd4yXDUzd7drYs8=; h=From:Subject:Date:References:To:In-Reply-To:From; b=YiyG/+9BkeTdaB+7hDS2PCsOuOCa8muQc7II7hvCYCMzKSGARTlwyXlJvU6E857X9 jLgIn2bjiAFW9gFAUqmPSPKcJ8YnrYTlXMF2+0KsEKKSeT2SUWMouhq4hzWQGnCmvZ x1A9r/seVWGWcifpCiDwyOlXfDax/AeinOQIK09k= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Date: Fri, 8 Dec 2023 09:32:11 +0900 References: <42FA33F7-32E2-49B2-B903-AE963EB19B61@sakiot.com> To: PHP internals In-Reply-To: <42FA33F7-32E2-49B2-B903-AE963EB19B61@sakiot.com> Message-ID: <24AE01EF-E09C-4CD0-9FA7-FD21D9E9426B@sakiot.com> X-Mailer: Apple Mail (2.3731.700.6) Subject: Re: [PHP-DEV] [RFC] [VOTE] Change the edge case of round() From: saki@sakiot.com (Saki Takamachi) Hi all, Voting is now closed. As a result of the vote, this RFC was rejected. (7 = in favor, 8 against) Therefore, as stated in the RFC, the following pull request will be = adopted to fix the bug in `round()`. https://github.com/php/php-src/pull/12268 Thank you for all your votes. Regards. Saki=