Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124186 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 AFEEB1A009C for ; Wed, 3 Jul 2024 06:32:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1719988413; bh=tN73WXzMmeZc1/M9BVQn1HNjZ9yuODFWoxMHX4oDcz0=; h=Date:To:From:Subject:From; b=WpzqiIeqIYmXxRtpd9/lfHl48LvvmBo82NSCpbPUMfGQid5ox29hJqigzTNzGCXAx ZS/Uljn8ZQKwe/jv33pbUH8bt2CtDcdgoWkaWdA3D7ppS5KC+yME+6kUxPHPf2qkYe nHezf5GJMuw9sEt6UygZ9t4powizWdUikHsWrXDDsbQyIXTO0B1B6SQVixCMu4Vh4y 9JsBQOxMZpTLg7030UIbsKd15+BYdWDPApQMTlR4X7y4xpvQxN1wfTRJtPZto0/QuK 6vM0SsnTvhilRCFthLhCiHWflrMnCX7twS6sAUYY0+Z85zlSBcDj4EYzvMFAc0RNA8 XQMOkP0/W6rNA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 41141180634 for ; Wed, 3 Jul 2024 06:33:32 +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 chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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 ; Wed, 3 Jul 2024 06:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1719988328; bh=vCp3MMcWShAhU6OA5rWjizcwB5bYmfadg1uNM6aG+I8=; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type:from:to: cc:subject:message-id; b=TKKppDZ1KimZe4o6/+t+Fy3FnxFxumop0HRO3v0YS4Lx9vBCcHre89hcdMFRxdNq4 KUXnCwCUVpjsFnNrpiD5kc/UpitMk2r33lrnWB+DzxXzNlI4oC5G2nLmB9ob6XzWib bfCDwoo+v9YvyxAPRCcB+lcKr4SF88nK7mffzpJutP/MtYxOYBv8ZJ71whGtUsCyVd KStW9eeUjVeyGIDoq/QyjKLSioRCEWNxeJHzkv1BSrqXWmIRccwlgF8vwjDEvLt2DF 1IkTmG1Zb/IZc118a4tsfCuZedprYE8tgTe3DZr1bf8BWtiwahX9lElWTRGoGGC/u+ nqV/H9Z8DA8hg== Message-ID: <15beb37b-df78-46c2-a84b-878f3ff27bd8@bastelstu.be> Date: Wed, 3 Jul 2024 08:32:06 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 To: PHP internals , Saki Takamachi Content-Language: en-US Subject: [PHP-DEV] [VOTE] Correctly name the rounding mode and make it an Enum Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi I've just opened the vote for the "Correctly name the rounding mode and make it an Enum" RFC. The RFC contains a single vote which requires a 2/3 majority to pass. Voting runs 2 weeks until 2024-07-17 07:00 UTC. Please find the following resources for your references: RFC Text: https://wiki.php.net/rfc/correctly_name_the_rounding_mode_and_make_it_an_enum Discussion Thread: https://externals.io/message/123472 Best regards Tim Düsterhus