Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124104 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 C52411ADD4A for ; Sun, 30 Jun 2024 15:03:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719759912; bh=Dchf5sfEklsEw5KXZXuJcf8tiAZVE6SHMAemK7AMWgk=; h=From:Subject:Date:To:From; b=SBHyKCnrdrxiuhvIgFg6/YU+JL6Vg8dDkJ8lDLkM6pRRk5RM9wCegVtSjLQoIrA0Z tVnyp32rIp+1Vs9OBsBxtW8otdfyWjAo+/Nzvz2Fi0ls/AkHOs9qGPSldRLm3mjtSp Z+JpvD8s0Wn6Q0v0RRChkw3ppQvNLWh7dbMmWA8ptNxGZVSHoopNJzK+DR3z3Q9iy7 fmiCEXfCexXGAzLFhX7AJP+2vaE8Nj8fU3Knq1ehZk1oAVnetwY3FQXXjzBSm0RgGx 4jB7FIbpA0AIG5rGdE/cXNw+B5NF7Qh8QmB/Kr6av0x05iVrreq6vrCPvIrLjnTMdU TF8ND97Z29d0Q== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C8C2D1806AB for ; Sun, 30 Jun 2024 15:05:09 +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, 30 Jun 2024 15:05:07 +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 9D1DC401FE for ; Mon, 1 Jul 2024 00:03:44 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1719759824; bh=Dchf5sfEklsEw5KXZXuJcf8tiAZVE6SHMAemK7AMWgk=; h=From:Subject:Date:To:From; b=wtKzl5lSIfyfxuME5v0xDBOoibIkcCvLydF03BVXu5gyYNSQfXZMFPofPdYkRqdYX knije/SCwRTY3cpJe2AvQFJunRIUqJsTJFq2vI2MWDUtTNUpsbIJIjeCAFRuKvKsHO qrwSZDvadXUt0lsd7yFsV/6GPrJEmbgClYIjdp4A= Content-Type: text/plain; charset=us-ascii 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.600.62\)) Subject: [PHP-DEV] [RFC] [Discussion] Fix up BCMath Number Class / Change GMP bool cast behavior Message-ID: Date: Mon, 1 Jul 2024 00:03:32 +0900 To: php internals X-Mailer: Apple Mail (2.3774.600.62) From: saki@sakiot.com (Saki Takamachi) Hi internals, Created a follow-up RFC for the BCMath\Number class. This RFC also = contains proposed changes to GMP's bool cast. I have proposed similar = changes to BCMath, so for procedural efficiency I have combined them = into the same RFC. Note that although they are combined into one RFC, these votes are taken = independently. https://wiki.php.net/rfc/fix_up_bcmath_number_class Regards, Saki=