Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125950 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 688451A00BD for ; Wed, 13 Nov 2024 13:40:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1731505391; bh=4DAHgpWBdRwMJFrFMXu9s6/BqRAf+pMQtQTxP//z5mE=; h=Date:From:To:Subject:From; b=G5nbW8/IIQuwBJxYaeVxE+BefRK2MuSb4mG866t3E2hlBpNydOQszLsmsG5MAo6ID LImrpzW5mYru/APb9nCQBFWZqafAxk9K83vMiCfoBev5DMPoM1HtOirQ/dtBGDUb2Z XDJfRIH39vE5GCldoCN5/S+6z0gkPXgYf4q3qd6aNINNwPUUAkSFDL8CAFFZjSwOCq UAwrb79gh/tEhT4ZZoCqA/fYilyeoW8T4MSkRDMQ2xeI5mhzJ4Lbry8kzg1zDkWCMo tTPihKSNAQIM9Xz5N2sHiQk+k6uAOfRmanP60DZWxRYWhhK9ueIXX6IFTpl/ouZ+By lJyXM0dt/WhfQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8770A18007A for ; Wed, 13 Nov 2024 13:43:10 +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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED,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 ; Wed, 13 Nov 2024 13:43:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1731505232; bh=nnESqk6GoBjQqDSVyoa9tB+q3tgvzUYyFnURt/BoYE0=; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type:from:to: cc:subject:message-id; b=J3JR3cAa5FERyw1pvuCObyODRxgAQvArFN1cj6khCTZvOYWjbUFH+rFw7dlccsQiP r+x8e7RaYk0t0B+4BmPJP637v1SKBv3wB4/zvQjFlW4AFEfj9W/6nQCoP+jtjt6GOz Di15sLVqic/8B3c1PW3dsZlsNuNxMzjseOmAgPcNJweDDSab/BZkAGAaMbuNUnsFIG lx96+GQ1tipOR1/LSNJ98w9Rm9zWe1rxl8fEkkokg1NMWGYgDmd7dgJL3Rji9CgLqX lhZyYbLGNblB8koziSDEQEe90srz7PgWGhDWJR1Dl2SZ+VFWYyiyhIOGKPrfDKyVed zI0MicUMafY7A== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 13 Nov 2024 14:40:32 +0100 To: internals@lists.php.net, volker@tideways-gmbh.com Subject: [PHP-DEV] [VOTE] Support Closures in constant expressions 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 we just started the vote the the "Support Closures in constant expressions" RFC. Please find the following resources for your reference: RFC: https://wiki.php.net/rfc/closures_in_const_expr Implementation: https://github.com/php/php-src/pull/16458 Discussion: https://externals.io/message/125872 The vote will end in two weeks, on November, 27th 2024 at 14:00 UTC. Best regards Tim Düsterhus