Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122959 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 6E2411A009C for ; Fri, 5 Apr 2024 09:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712310476; bh=FQC/+ICCM1kHXAhQMQCMPz32V8xVmbkGwQIB0TG9Xh4=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=AR2uYrg1e9KMaUKjeVhohnM0b3y4k5ltw7MdorM6KBUnaa/B/pneTzxwuG96VX5ZU wyxX9JiPSv/SBd0WdN8fb3FAZfHRzMITmv3XJfZhIShVZ8sPCz2CaiNTHWjxY/oqQe 0jOjtnzrNQVJho0K7KhKCFL7zHt907haM696bYpHhQ8Gc+EMCdhy9s7P763m5Kx6Ah znewpyleXDVKOqlZKQ/KpbjniPGu5G+McaNNZ2UByhXcfzatJ5xDJ/cbDf48g/AZ6C fw/w9Ujctn6D4Z8ANaWzX8gX+iC7i6qZjw9MikG4Y+cXfGlj9GMqeoX077l/KffydY nxPHPK1w0oKgA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5E71D1805FD for ; Fri, 5 Apr 2024 09:47:55 +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 ; Fri, 5 Apr 2024 09:47:54 +0000 (UTC) Received: from smtpclient.apple (167.148.159.133.rev.vmobile.jp [133.159.148.167]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id A0BB84005A; Fri, 5 Apr 2024 18:47:21 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1712310441; bh=FQC/+ICCM1kHXAhQMQCMPz32V8xVmbkGwQIB0TG9Xh4=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=GY0C1x2rYOvmcm4hdBUhZExCzAmac3yw95YHqkoTRhdQ4c7eKzAYnPmpV/Ldw5duP QP8m9OFIanCZRqan25UHLMTIQTgNknzi7LTTsbqPzPAsye5kAsO9sjzMMYOnqBWDYg 9M+1dKC7Jnyl3MwkiC9V491izftemimg7VgK+OdM= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] [RFC] [Discussion] Support object type in BCMath Date: Fri, 5 Apr 2024 18:47:09 +0900 Message-ID: <09FF8C20-778E-4E19-9CEF-2905E2E35D22@sakiot.com> References: <67f7d5f2-d18d-4e51-a5f4-e088c1429de6@bastelstu.be> Cc: php internals In-Reply-To: <67f7d5f2-d18d-4e51-a5f4-e088c1429de6@bastelstu.be> To: =?utf-8?Q?Tim_D=C3=BCsterhus?= X-Mailer: iPhone Mail (21D61) From: saki@sakiot.com (Saki Takamachi) Hi Tim, > Can you please clean up the RFC text? I find the =E2=80=9CUpdated X/X=E2=80= =9D bits confusing, because I'm not sure whether this is what the RFC is goi= ng to propose, or whether this is something that was superseded by the follo= wing discussion. >=20 > The Wiki already provides a version history should folks be interested in w= hat has actually changed. >=20 > Another tip regarding Wiki syntax: By using instead of the co= de examples will get syntax highlighting, making them more readable. Thank you for teaching me. I will fix it later! Regards. Saki=