Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121584 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 28804 invoked from network); 5 Nov 2023 07:28:30 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Nov 2023 07:28:30 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CAC4A1804B4 for ; Sun, 5 Nov 2023 00:28:29 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS9370 160.16.128.0/17 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 ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 5 Nov 2023 00:28:28 -0700 (PDT) Received: from smtpclient.apple (softbank060067217005.bbtec.net [60.67.217.5]) (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 63F90401EA for ; Sun, 5 Nov 2023 16:28:26 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1699169306; bh=WRSpUDiygyOMYpYK9S4oGAyDCnG+fVqZtnCBe/6CnIs=; h=From:Subject:Date:References:To:In-Reply-To:From; b=XJ04WXyZ2ns0o96EkL998xFh9oX4/70mOxNKNQ+QPLaEfJMArNGm9GoOhnnEzWihW BKD8iDEsI56M5zKbKLeBwoXT+lrHNj+DoCTS+7+/y5NLxySXdBK3IIqRA+R5MLpmu9 zIpKSfAujwEk/hQ9lzYCkOYOVOOE0m8AKyXuR9iQ= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Date: Sun, 5 Nov 2023 16:28:14 +0900 References: To: PHP internals In-Reply-To: Message-ID: X-Mailer: Apple Mail (2.3731.700.6) Subject: Re: [RFC] [Discussion] Adding bcround, bcfloor and bcceil to BCMath From: saki@sakiot.com (Saki Takamachi) Hi, It's been two weeks since then. I don't think there is any reason to prevent enhancements to BCMath's = functionality at this point, unless there is a realistic discussion of = deprecating BCMath and providing another math extension. Also, regarding conflicts with functions of the same name that are = already in user land, this is targeted for a minor update, so we believe = there will be enough time to fix them. Also, if we consider conflicts = with user land function names, it will be difficult for PHP to add = functions in the future, so this is not a good idea. Regards. Saki=