Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124095 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 3D9821A009C for ; Sun, 30 Jun 2024 14:04:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719756350; bh=HbyC1AmfmxAAg3x0UQeGiaw3cAMqYogmZZACVOTMV7c=; h=From:Subject:Date:To:From; b=dJqhyy9AW6Pn/r4ZtXsE+Wd9lYBQZx8+/ne0KwRJMbxKfUv0B7cP5Hiy+OdJq8EwT 7o/l1zDnwFWsw2IAjTnbAhsR3nI1urzMbcKGwTygjTT1EYHDPXukKsWKteZVFyN4kj dm/B6rEW0J98YITa1S0PfIe8Qc/zn0pf+haL9nIoqPIg3ZZtF4dPz8uIY/HmixrJeX 9o6fVADcFXfPbq8hrdokZ3TQ2EwEvweSNDDhqSdlaOaqJrs2cn8xCJD7VP4dzIyhbh fo0Q+lSEpb1HZoUGCP+DLG+xgQ6yxzLJPUuZIm30wJEBeGJicCljtkPSayb6aDp3RS NY+aHRYjjYdGQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7D6BD180A20 for ; Sun, 30 Jun 2024 14:05:49 +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: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) 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, 30 Jun 2024 14:05:48 +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 7FF48401FE for ; Sun, 30 Jun 2024 23:04:24 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1719756264; bh=HbyC1AmfmxAAg3x0UQeGiaw3cAMqYogmZZACVOTMV7c=; h=From:Subject:Date:To:From; b=X69utPMqgayCBqGgDfL040vdTf9eRfOcITkzhCh8h9NbfekvqQBD4CmOa60VCP/aq cmF//FYjvcu1xr6EVZCd70qjo1l+CTm0npZcBlZ8yhzXu9efqXIrdQUZpUtYzHL+M0 anubLFYxcFvxnLQD1XTU/afSI0aV5W+DOTaQa5QM= 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 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: [PHP-DEV] [RFC] [Discussion] Add bcdivmod to BCMath Message-ID: Date: Sun, 30 Jun 2024 23:04:11 +0900 To: php internals X-Mailer: Apple Mail (2.3774.600.62) From: saki@sakiot.com (Saki Takamachi) Hi internals, I created an RFC and put it in discussion status. https://wiki.php.net/rfc/add_bcdivmod_to_bcmath I expect return values =E2=80=8B=E2=80=8Bwill probably be the main topic = of discussion. Regards, Saki=