Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126467 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 107661A00BC for ; Thu, 20 Feb 2025 16:05:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1740067374; bh=s3mwZFS2F0+tqj9arkOtQrjYH186UW6yQ6lNK7NjnHU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=ALGd1uQlSiyqRrLIS8v0JL4YcFpDCKZFUO528ymY4fDogAvr0E3veN/1YYhGzfRNq cqMsHUNqBBwdULCBHVRyYatYtUWJYIfsC8hp+UNzgIbpbv55yBClYUGOpYj7VlbYQ6 5aBLAk4puwqQbdwCI7cSPU7SPBsya7HR8EUMbWNpIPLJXhjG/AE579YNh/zvUjMLUt lnChzbs7PnqzY7kx54obUGQu6RPZM4Lx/gyfekwuL2NwF2HQBEcIj3lOGG9iSddSB4 RfLZzBO6c/dbF3t9qdBGQeBPlcXfFAnxXKXF8bq590250SwIbuPKFV2YJImRsC16hr QJ7Kf2WVTmnsg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id ECC71180068 for ; Thu, 20 Feb 2025 16:02:53 +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=-2.1 required=5.0 tests=BAYES_00,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 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 ; Thu, 20 Feb 2025 16:02:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1740067532; bh=Z4EeSpXEE1Olj9LmmZmcclB0BeXx1tq6wOEvbQA7F5g=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=RPExY9xrVhKXAsbvwMVKo9jsSQPmwYJg3nLokp10fp4LIUK7j6udcljcpVd1ju9UA Vk4rHMyrg/WwiSDeH0UXVAF1xuXrzmsDdHKnIYtZWK5wySh4pisOxH6zPOWL8EPOzB MLi5/4qf+IK09oTCM+J1OrGiu+LYeh8fDGLkLGwLVVzYkRkeRIqTw0koXxT4Aa4BNC uGfAiSRM0vyGc8Tb0HFAPCdEPUW8uL+7+x4p5SJaqbal1fCAwTcZB4NrTJU7ZhwEbx Er5cvVpIhlSZOzShevNoL/PXMCaJwYng7oCuLeYmIHPEzdcXRvAfPpJF8YFoGE8PAd cVagHOLgbilBg== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 20 Feb 2025 17:05:32 +0100 To: internals@lists.php.net Subject: Re: [PHP-DEV] [VOTE] First Class Callables in constant expressions In-Reply-To: References: Message-ID: 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 Am 2025-02-06 16:40, schrieb Volker Dusch: > We just started the vote on the "First Class Callables in constant > expressions" RFC. > > References: > > RFC: https://wiki.php.net/rfc/fcc_in_const_expr > Implementation: https://github.com/php/php-src/pull/17213 > Discussion: https://externals.io/message/126217#126217 > > The vote will end in two weeks, on February 20th, 2025 at 16:00 UTC. Voting just closed. The RFC was accepted unanimously with 29 (Yes) to 0 (No) votes. Thank you for your participation. The implementation is already finished and reviewed. I'll perform the last testing, add the CHANGELOG entries and then merge later today or tomorrow. Best regards Tim Düsterhus