Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122753 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 EEFC51A009C for ; Tue, 26 Mar 2024 14:04:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1711461882; bh=tmHRW6KzU51Sy48qa7rtKVkMedKp3eBvBBTT6bRCnX0=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=ADTeZwfWusZw2SZISVzjqjDqvnSG0STNsrNFNj0+JCH5tR+QMyEmsktkET7J0o4QF H09S9xci9kYfGf56Kw0thCS3L6r+yTMJAUXTnpDLsZAndvWTU/ViWDTMEmaUU4uorU xkKBIjnP1yWGF2/UF+1eAvVS2R7SlvnZUcht2BQQrSX7w3Ccc5LalRb2KcC/nLRVm7 lg50caQR9BNZkeX3Mq2bhYS6hsnAcODUFSEYUaHnK9Vm/6aWT8oxbjbQaTUh5yVxn8 p0zr/R++SRonBRllAhWPdzLtSYigsHCv0QRJGennRJD+bU/a67jmria93jcYgH9fm1 ZmjZovgKnkIUw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4598318083C for ; Tue, 26 Mar 2024 14:04:39 +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: 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 ; Tue, 26 Mar 2024 14:04:38 +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 D7F75401E7; Tue, 26 Mar 2024 23:04:11 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1711461851; bh=tmHRW6KzU51Sy48qa7rtKVkMedKp3eBvBBTT6bRCnX0=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=qPCpWC2hBZarm7Qea10K4Bunp9f148LC5OCPbeeSPW/VH3IXGN3CpcBTVyKQMG1ja oPwDq5Sz7giXI0WrnY7Yh6ZYvTG3/iur5msvyUAeVVGew9poAFLtETfXyWutQzAGQT +D7zddLQ+ObsUk08jCi7mYzUNK9CVmr+9WenzXrU= Content-Type: text/plain; charset=utf-8 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: [PHP-DEV] [RFC] [Discussion] Support object type in BCMath In-Reply-To: <4a53a3ef-c90d-4bea-a329-65697c675086@alec.pl> Date: Tue, 26 Mar 2024 23:03:58 +0900 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <4F094EDA-5058-407D-AF39-06FD934FDE1F@sakiot.com> <4a785889-7596-4844-81b8-8e6b4e1393db@alec.pl> <0F512013-FFFD-4F4B-A77F-78BFE04A99DB@sakiot.com> <4a53a3ef-c90d-4bea-a329-65697c675086@alec.pl> To: Aleksander Machniak X-Mailer: Apple Mail (2.3731.700.6) From: saki@sakiot.com (Saki Takamachi) Hi Aleksander, > After reading = https://wiki.php.net/rfc/namespaces_in_bundled_extensions again I see it = is a perfect case to apply it. While it's not a must, I think we should = go with BCMath/Number. Thank you, I have read it now. Certainly in this case it makes sense to = use "BcMath" as the namespace ("BcMath" is appropriate instead of = "BCMath" as it must follow PHP naming conventions). What concerns me is that the symbol "Number" is difficult to understand = in the code. So, how about "BcMath\BcNum=E2=80=9D? Regards. Saki=