Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121794 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23148 invoked from network); 24 Nov 2023 00:31:30 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Nov 2023 00:31:30 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0DBC618002F for ; Thu, 23 Nov 2023 16:31:35 -0800 (PST) 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.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS 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, 23 Nov 2023 16:31:34 -0800 (PST) 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 71D64401F4 for ; Fri, 24 Nov 2023 09:31:28 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1700785888; bh=ER7ulGOxP4+UNsNJ6+GZ1f3/WxfrgxJh6PjqfDdiABA=; h=From:Subject:Date:To:From; b=hYlpOjMWaqS2ogZ2STYP49ct8hndGYOldwvMIq9S81cyfqZb3fltSa8G7ovkb8Cr9 WfNP/ogEXgE8U5jt5IY3fR0nXZM6pgTOb4DKPh9aOf8ADbOsf9ALjJ84Vjhj+ROpHH /Rk7gcZVUY67lLmlvCw1/y8RmGsx58D3jHxv898M= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Message-ID: <42FA33F7-32E2-49B2-B903-AE963EB19B61@sakiot.com> Date: Fri, 24 Nov 2023 09:31:16 +0900 To: PHP internals X-Mailer: Apple Mail (2.3731.700.6) Subject: [RFC] [VOTE] Change the edge case of round() From: saki@sakiot.com (Saki Takamachi) Hi internals, I started voting on my RFC "Change the edge case of round()=E2=80=9D. Voting will end December 8th, 00:00 GMT. https://wiki.php.net/rfc/change_the_edge_case_of_round Regards. Saki=