Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124259 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 E95761A009D for ; Sun, 7 Jul 2024 13:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720360352; bh=7Oy3W7YLpi3WigSXrCMeOl8fK5xHehk86f5XgNA6iQE=; h=From:Date:References:In-Reply-To:Subject:To:From; b=U1HQdJLVPmmgaBKt9BRKp6nEgtoh6poJT9W1GmZY53fZkvXfeE0BkpRhYh+151W46 xkDZWD/DYHIes113sIOjYd5CJc9mr+c5GDz1nHG2IuOJolEieU15znFfwR79IvjuWP FB1UkTzeRpuQVXXbd3n3lMf7whQnnSgU5zkMqVBrRMI63+h/cCwmShGZai1LDjIJ/Y saePlwpR3YtGO3LiYD7UssIEvi32CNpMLDhnfwfBo3OezP1MCo8ja3do6aS0/+KC3D lDZxC8sCbgqFZrfJSWxku3oY0iPONWQb+jA9ZrQLi2NPEQZpV1+4fHfQTGU827zN/q vet/Yz2Zfphig== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 196CF180553 for ; Sun, 7 Jul 2024 13:52:29 +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.6 required=5.0 tests=BAYES_50,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 ; Sun, 7 Jul 2024 13:52:27 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id A751F401EF for ; Sun, 7 Jul 2024 22:50:59 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1720360259; bh=7Oy3W7YLpi3WigSXrCMeOl8fK5xHehk86f5XgNA6iQE=; h=From:Date:References:In-Reply-To:Subject:To:From; b=dqRU4NWhLstceBojaxqPqyLdWISSukfBMkhQv8KXJGtebDduuZfb2V5JPymcAn1Ie vFqQi4+ePtT1ejdB3P3VYLySYQy7+f43oZ6D3hPCIRa7r4/MeZfMGaYqDZtVTqDb9l 9uoL0OFO8AZak9iaKcajV/NC6p0fe8IbGdmohtxg= 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 (1.0) Date: Sun, 7 Jul 2024 22:50:46 +0900 Message-ID: <53F936A4-D87E-4C06-81B7-9196700B6137@sakiot.com> References: In-Reply-To: Subject: Re: [PHP-DEV] [RFC] [Discussion] Fix up BCMath Number Class / Change GMP bool cast behavior To: php internals X-Mailer: iPhone Mail (21F90) From: saki@sakiot.com (Saki Takamachi) Hi all, > =EF=BB=BFHi internals, >=20 > Created a follow-up RFC for the BCMath\Number class. This RFC also contain= s proposed changes to GMP's bool cast. I have proposed similar changes to BC= Math, so for procedural efficiency I have combined them into the same RFC. >=20 > Note that although they are combined into one RFC, these votes are taken i= ndependently. >=20 > https://wiki.php.net/rfc/fix_up_bcmath_number_class >=20 > Regards, >=20 > Saki Barring any further discussion, I plan to open the vote on 7/15. Regards, Saki=