Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126069 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 94D721A00BD for ; Wed, 27 Nov 2024 14:03:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1732716021; bh=NwTXTwii8U6a24rzBmoTFOsJrrURq+8DtXXvrolRpwU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=VAfip+qG2Kv+el8mdtAOHxCkHFy5+yE8yInWZ/lbFJFEZF+yf3O/OMLElDT08yZvv 20FJLbsG0TK/0FiDMpZ10CKXSaYu2VDrjIGUfIfgTBS61gB3zPqAMFCqQ2GDE9bwh5 lWD5ixM0/9K07JLCExneE0h0HLBPywM19QIy0jxBoWois84SSGncV6uCNBlv2ArkZU Ca8p5jRept0bONyQv115vzTGIUqFSk4SUjtmwVtmgTXMTxBYIWEWxafeeXKSqdvzGr 3PHzQ9Boaf9EMU+QKaF0lSmTWuZtE6BZwvdfAz1KcksFJgs1JF+LIugJnt5pgd94P4 09ngvRHejw5zg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6FD0A18003C for ; Wed, 27 Nov 2024 14:00:20 +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 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, 27 Nov 2024 14:00:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1732716208; bh=D6VhhT6mKU7vzxq1Xl5HvBbL12Ac9XHA2l+nmX2eMSE=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=XYg/XBEHhDeRfiFvraEB/eWWSrMBYkJ3Pl1ODvycXbEPs/NNB6fP8XUhLDBzxy1hv DjPl89t1mzNQiyy/4H69qPrIPsgS3qL8oANPY5BSXQQDl+ZeeWB4PLgM24ZLdmEmKX HgmyBhp3tD/hXdActlhler/zYHtdRxKmLERW3Me+9Y7ZXpscBYtVfFUBdaO9HNjJPM wascWTuwfmg52TbXfzgnC+lOp64J3sGnVvSiN7jqGd9r34PNL3Hj+OK/PZmAaI060M 13Rzrsx08k6DePjRYRX+V0Yw+28FU8Evp3BQqJviXlFg/z+SG2vkqq7MwuxEm30zah 75HEE68XbotCQ== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 27 Nov 2024 15:03:27 +0100 To: internals@lists.php.net, volker@tideways-gmbh.com Subject: Re: [PHP-DEV] [VOTE] Support Closures in constant expressions In-Reply-To: References: Message-ID: <6a1940027c8c534e62bfb13d222947bf@bastelstu.be> 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 2024-11-13 14:40, schrieb Tim Düsterhus: > 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. Voting just closed. The RFC was accepted unanimously with 19 (Yes) to 0 (No) votes. Thank you for your participation. Best regards Tim Düsterhus