Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123322 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 623FC1A009C for ; Thu, 16 May 2024 13:18:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1715865588; bh=mTFMEHb0dcnMHsWlyZPmccADFKs/Ej6uUn4xz8VvTnw=; h=From:Subject:Date:References:To:In-Reply-To:From; b=Ok3pxQqD22uUVTdKAIWKPUZ9erNQdjMuEdItUo+EG+cuVrVW2YOQKa6OXSJTw1LiI HsKKpHJdfkgsULSKJN63ChgtrZib78dt/DIqFETd/3GJRR3lvBTiQ5hQeOCOKafha3 BW/Ud3bBmhqta5Sy83c4UiY9ZSDxRdjMgC4lCVv0mVMRMd1ztHp02joVwG68GVjKyV vDurdLuDu298KWY/ne3iDUfQA9QOeUIvrfPwhW+ot8O4rW3TKIlB2FZVbypDkVv7/i K6aftkJEfRg2LHDQ+Y2p7vm7ByfqmgDgv0vSjePpfffzXhQZTzq7nHu1PeLCjjvRvu ta8iyzkifF2bg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 98D3018005F for ; Thu, 16 May 2024 13:19:46 +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=2.1 required=5.0 tests=BAYES_50,BODY_8BITS, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) 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, 16 May 2024 13:19:45 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (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 6301A401D3 for ; Thu, 16 May 2024 22:18:49 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1715865529; bh=mTFMEHb0dcnMHsWlyZPmccADFKs/Ej6uUn4xz8VvTnw=; h=From:Subject:Date:References:To:In-Reply-To:From; b=ab0k+hSJY38iuY0Qac9GsxW+xh7M+q26NfOpvG81rM14MJH7L2nlCock/v+rDq0a5 Vq+UIg/DIFiKSDnO38f0B/+kPwi28qtbkFtvzTf5vaqe+84iTI8H2K63oRUZp2Ae1y 2pk2wWTHiv8F85BVhxCD38aW/3v0tf8U7nT1s2Uk= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: [PHP-DEV] Re: [RFC] [vote] Support object type in BCMath Date: Thu, 16 May 2024 22:18:36 +0900 References: <58283467-CABC-4868-A691-A52228C5296F@sakiot.com> To: php internals In-Reply-To: <58283467-CABC-4868-A691-A52228C5296F@sakiot.com> Message-ID: <2E6830FB-8A63-4CEA-80F7-4EF485D32214@sakiot.com> X-Mailer: Apple Mail (2.3774.500.171.1.1) From: saki@sakiot.com (Saki Takamachi) Hi all, > 2024/05/01 17:55=E3=80=81Saki Takamachi =E3=81=AE=E3=83= =A1=E3=83=BC=E3=83=AB: >=20 > Hi all! >=20 > Voting for RFC: Support object type in BCMath has started. Voting ends = on 2024-05-16 00:00 GMT. > https://wiki.php.net/rfc/support_object_type_in_bcmath >=20 > Regards, >=20 > Saki RFC: Support object type in BCMath was approved with 18 votes in favor = and 3 votes against. https://wiki.php.net/rfc/support_object_type_in_bcmath Also, the initial value of the implicit rounding mode was determined to = be PHP_ROUND_HALF_UP through a secondary vote. I'll start implementing it right away, but as I mentioned, we'll be = writing a follow-up RFC to address some of the issues. I would like to = start a discussion on that right away. Regards, Saki=