Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124329 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 3CCC81A00B7 for ; Wed, 10 Jul 2024 06:29:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720593027; bh=Nd3rYqAGeUVo+sijYjo3uQpOVyY5jhpijyI/Byfp/DM=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=YKv/43HZpVZAWysg3bPP9kPJG6NacRpWLtr3CklXmPNBhj1U5R7FGOOZ1LgpfjoWo 0atdhoQlGSB88tMm8AA3Q+4ndDLUZl5Mn+kk1mOpolRY9MxxZ/Cp7ETRL4qcEmippF ECOn4yTKewpq8Dx9YkZIROXfE8j9CyBbwiH/nHvoP8kIcD5R04d9a0umCymfXgoPme cuotm1IOQwwvMnK4lpMGkOpkLpLnmhREPVdvzIaX4N4PWH3I8kaRtrJJ7ftnaqDGov VjWoDa/6ENMLESZZRx1JPTo8a2MOtmZOkWUc5M+oTio+tsqtCtA4uKV5PmFjMeGfEH 1E3dKzOx2vOuA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 506521801D7 for ; Wed, 10 Jul 2024 06:30:26 +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 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 ; Wed, 10 Jul 2024 06:30:25 +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 41F074011B; Wed, 10 Jul 2024 15:28:56 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1720592936; bh=Nd3rYqAGeUVo+sijYjo3uQpOVyY5jhpijyI/Byfp/DM=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=rnuvuzX2h7v6ExkRCZ51iBFJ9vJac0s7rXIACKLCgWjs7Pkem6KXbuXFLvZGSBfLc e0EbGKoHnavtMX+UyeX+zLSEKdmbyVZNaDGylYDZd4wFPYiRwqLAgQOR1laREQUF9N 8rUoud5FfXnYNMwivtGSx/0MPZZV5PAKg2Sel0qA= Content-Type: text/plain; charset=us-ascii 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: Re: [PHP-DEV] [RFC] [Discussion] Fix up BCMath Number Class / Change GMP bool cast behavior In-Reply-To: Date: Wed, 10 Jul 2024 15:28:43 +0900 Cc: php internals Content-Transfer-Encoding: quoted-printable Message-ID: References: To: =?utf-8?Q?Tim_D=C3=BCsterhus?= X-Mailer: Apple Mail (2.3774.600.62) From: saki@sakiot.com (Saki Takamachi) Hi, Tim > Thank you. As one of the persons who had concerns about the API = introduced in the first RFC all these changes make sense to me and = clearly improve the API. I'll happily vote in favor of both votes. I'm glad that your concerns seem to have been resolved. I feel the API = has definitely been improved, thank you! Saki=