Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125941 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 1BE0F1A00BD for ; Mon, 11 Nov 2024 13:20:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1731331401; bh=YXUpD2krAH9Hf0MxwkTBRIXX/VAIXsgkDPiualwciks=; h=Date:From:To:Subject:In-Reply-To:References:From; b=CR+B2xHbCKUbSnZPVRXjQvT8nOM8yUpFGH9gSm4g3h154wxaD6cT5yd3AXOSXCPsH zoy2SAJCiyHE6Uv0OwO5q6lsIBCKlXKR0UtcsfhpZ15aWFzvypDPEGuz6vmD6M2H3A BJ3S2Qgp97DB3WrsJyN3Xih6jL3EOYWgRnwEy26Us+gg+VemQ3G37/WlYpCl376xo+ JdvPpeoQ9/ukirmKnYIX0wN6OG58Ttzi30X4fjYJuDFLBjVIvUOC+YHOX4OIJCQGmQ pU67i32fyzBlKJiviLmU0eTJ9U81Cpsd0avAjyadrPstaWlhI/cBgly66f+SDgF4mt SRi+rQYT4P+Rg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0B9E518005B for ; Mon, 11 Nov 2024 13:23:21 +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 ; Mon, 11 Nov 2024 13:23:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1731331243; bh=LXbK0h338zvAmAsuuIZY0lVcK7EXrug5+VOIXx3u5hw=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=LDmSGmL0XUNuaaGJIR9dsqrVzfFDSHUNBWTPUni0AVMvUpSF2RMjC81m93p66qkML +kDEo2iqmSHK4tH4c6j+DYgWbRdQHzcmVgQQg1XaAczaC+j2FOi+kkvM6VH4F7KU9J xWjEGLmp9aq+7e5NtK0lTRXVs5C7wA0mUk8R/VGAOtOIMsW8K3B1+8lEFLkqsm/kR8 kwE13R49WfpHYC3qSp+PRzX05raP7Ztv7LbfY70Eo5RoOtRdsmuMAZ2N1NI/2QRWDX oqICfDrTXixCJmyOvWTRqZKH6eCDShygnQyGtgxI6qU6gevFDBIUsO0m05Sp/VsN/D Gq8Nyuw/BzxDg== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 11 Nov 2024 14:20:43 +0100 To: internals@lists.php.net, volker@tideways-gmbh.com Subject: Re: [PHP-DEV] RFC: Support Closures in constant expressions In-Reply-To: <15da4c13445d7e9c9d768c60c19768d4@bastelstu.be> References: <15da4c13445d7e9c9d768c60c19768d4@bastelstu.be> Message-ID: <18a6a07bdc77901c71ea4df18c4f0292@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-10-29 16:11, schrieb Tim Düsterhus: > Volker and I would like to start discussion on our RFC to "Support > Closures in constant expressions". > > 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 The minimum 14 days of discussion will have passed in roughly 26 hours. Given that the discussion mostly revolved around the details of not supporting short closures and the RFC proposal has been unchanged except for some minor clarifications, we believe that everything important has been said and thus plan to open the vote some time on Wednesday, November 13. Best regards Tim Düsterhus