Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122924 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 6002E1A009C for ; Thu, 4 Apr 2024 06:29:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712212204; bh=4U39oHk314KNmyPONQWSykPZNRvHW4Q+ISizF4E42m8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=Y+YDpDsAYrsSDulO5HAE/Tdc8QhhDgzMyNvQJXCVLFMz1F3J0OJt16zggaEk8O8sr QjnFUiG7BtRcN7vZtQgGFHXiQtZF5JM85LjcgqY8/7L6Z/XxM981Q36BtXierXEBrV 9kDBfnhvla4ngcn+NWKeLDRvVsryV7Vj2guE2P9y1YuN4U0oI8HlxGlYob/3yDg9MA URQKWGrIq/yIy/215F34XtV5BKwnG2RY4wtOpbKMLz+9yDd32ZkJaABv9Bkom380d9 sb4qEEvOf3/kzniiWzrXn1jWq5WyoWWnUWmcBUllE5QNd8Z/ou6DZjpbZ6azXiynnc j4Kk8iK9OOrXA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3BE71180074 for ; Thu, 4 Apr 2024 06:30:01 +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 ; Thu, 4 Apr 2024 06:30:00 +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 73D08401D9; Thu, 4 Apr 2024 15:29:28 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1712212168; bh=4U39oHk314KNmyPONQWSykPZNRvHW4Q+ISizF4E42m8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=QmxrkHOLhugxuDpexZcgV0dSQ/I+q/hTTljqrvnJ0ULnsiAsUydxjpPudXeINx7dx LRGSeiUxpZP6ER1HoMDQ2s0QFc82et0u+OxVu0B3+k/HAbI+Z+uoVZSmZKGiLxKBIT J9Za1a13OknI6VpoxOEM5N/hnMH15E4TY58K1zxI= 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 \(3731.700.6\)) Subject: Re: [PHP-DEV] [RFC] [Discussion] Support object type in BCMath In-Reply-To: Date: Thu, 4 Apr 2024 15:29:15 +0900 Cc: Lynn , Aleksander Machniak , php internals Content-Transfer-Encoding: quoted-printable Message-ID: <3C017A00-AAC4-44E3-B7A2-59B85BE7D59C@sakiot.com> References: To: Jordan LeDoux X-Mailer: Apple Mail (2.3731.700.6) From: saki@sakiot.com (Saki Takamachi) Hi, I added some examples, corrected incorrect explanations, etc. Now that = the specifications have been fairly finalized and the RFC has been = clarified, I would like everyone to check it out again. https://wiki.php.net/rfc/support_object_type_in_bcmath Regards. Saki=