Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121870 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68105 invoked from network); 30 Nov 2023 08:21:30 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Nov 2023 08:21:30 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DFC3C180058 for ; Thu, 30 Nov 2023 00:21:37 -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=-0.7 required=5.0 tests=BAYES_05,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, 30 Nov 2023 00:21:37 -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 0B94B401E7 for ; Thu, 30 Nov 2023 17:21:26 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1701332486; bh=BtDoFfOhzylc9ct3G4sAgeWIzmoxjKyrJUo2wTWr8ho=; h=From:Subject:Date:References:To:In-Reply-To:From; b=PPr4w9TzAU3dM8wm+dLbHBE5njSpyWpoZFbbTFnoaTeIiV9KWCWs50JJYZ6spnrIs xOavJ6XRt+6J+DC22cHbBSYXfdjhapXznumjeMSa1QyWuRcAsGFZ/S0S/gwwbUfVBY WUt5aYzDrbzI4moGwE7nluR8P+z9spe8G/PysUyI= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Date: Thu, 30 Nov 2023 17:21:13 +0900 References: <7BA4A4BC-A0B6-4F5B-BD33-24AB4182F527@sakiot.com> To: PHP internals In-Reply-To: <7BA4A4BC-A0B6-4F5B-BD33-24AB4182F527@sakiot.com> Message-ID: <8A593294-1C98-444D-BA83-CF8D0E9B2333@sakiot.com> X-Mailer: Apple Mail (2.3731.700.6) Subject: Re: [PHP-DEV] [RFC] [VOTE] Adding bcround, bcfloor and bcceil to BCMath From: saki@sakiot.com (Saki Takamachi) Hi internals, > I started voting on my RFC "Adding bcround, bcfloor and bcceil to = BCMath=E2=80=9D. >=20 > Voting will end November 30th, 00:00 GMT. Voting has closed, and the addition of bcround, bcfloor, and bcceil to = BCMath was unanimously approved (13:0). I will start creating PRs to implement these. Regards. Saki=