Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122735 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 DF6EC1A009C for ; Sun, 24 Mar 2024 13:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1711286059; bh=USdyxQ7ZuxFXcbiU3iX9TPKJOQ+GFEpwZ4m97AUD3Kc=; h=From:Subject:Date:To:From; b=ceDHHua6Tfr6LFMX6fjMYmEkrdBlyH/yUsFUKC17F+mA8U3LxX7Fdvc9wF7LLdj3I j8HvXreX24hD/TUp8IDljz0KsiWP/pAianYGN8Ukx6GbuXSb+hoxTw7k6ZhdPi8xfK FzQl3BKdgOCfE5aZTPxj/UWX3PDaC6o9M1KOZG/mauZigPQbcVgxGh+G61bc0DZhkz LYd1n9gsF8w+mSX1z9p4h8vIceEjyTXCgF5f9fT0nsyWY3jihn1I1TtQ/1E7MEps7W FTAfoFwgUs6wwEyjJzMMdkwuCNF8V+Z7Ja7or9LzUaMYnZllmm522pNWw0nh9Cr+tt wk6r4K94AR/eQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C78B5180041 for ; Sun, 24 Mar 2024 13:14:17 +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 ; Sun, 24 Mar 2024 13:14:16 +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 97D07401E7 for ; Sun, 24 Mar 2024 22:13:50 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1711286030; bh=USdyxQ7ZuxFXcbiU3iX9TPKJOQ+GFEpwZ4m97AUD3Kc=; h=From:Subject:Date:To:From; b=F84FdQyldud014nyqAggJR+09gPIIA0qG1VFCi5SnJT/5MtP0KHMFhVa9WFDioqjR /PscUCepRWAWLPdI5GoOMW1girL9Zh1tD264IVxW3dhJo1ipO4Hjt/WMBV3Q+gyyMB gVasV7V2I9aHWmQBbUIc0TfC3Gxz/zUe1eFZU2zY= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: [PHP-DEV] [RFC] [Discussion] Support object type in BCMath Message-ID: <4F094EDA-5058-407D-AF39-06FD934FDE1F@sakiot.com> Date: Sun, 24 Mar 2024 22:13:37 +0900 To: php internals X-Mailer: Apple Mail (2.3731.700.6) From: saki@sakiot.com (Saki Takamachi) Hi internals, I want to start the discussion on the PHP RFC: Support object type in BCMath. https://wiki.php.net/rfc/support_object_type_in_bcmath Regards. Saki