Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127467 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 lists.php.net (Postfix) with ESMTPS id 8D9681A00CC for ; Mon, 26 May 2025 19:39:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1748288247; bh=/p/osP4Gze62X0v6KVC4SDsqX7TrkI6h+halgVppKD8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Gxd+PGEB3gGqSNUmCAbQ0J6aG/fy4CSvrrezr9JhOSiqFCDmfcYZXycqxvRk/CVJD JrPZTSs1O2qCtPgMbhHKkZkzB8MBFLpg4fYYPXOlWRYIQepEp8Sf9VPNyMZfLyt5/n vR6kDVoSRT48SPnRwyFHTmCMgS9HcbwMrdI7N1IhuVc6RdNodI/Xd8B4SX8T4vp/cc mSv1EgHbcoUfAUV1i6//3xEAiX4cwBF1/u6Mnhigpve69SAUDablGTrAzlSoZS1snV lAuvt3J4p9kZ9f+Gx9WcwtgaO4RFuHsATOujRjUmsUxekiH8Djn5JMMqoLxnTsGkeL SrqbmTXxdUPPQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 250B51801DE for ; Mon, 26 May 2025 19:37:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_05,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.1 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 ; Mon, 26 May 2025 19:37:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1748288371; bh=p7jH0Ox0EYeD0NH7ZtCkvnMrpRc472LgkTfxUw67UwI=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=Gqhq1qo0K+wNxLrzLcVoZudR14QySWzgZSsxblMrvEm0rWhTWkW2WyeKWHBpmIqUr wphUKrjq28SQzMaiLxFjJutnNeikNhcqEzJ/vxMVgDKOJTdJIvXgOsLxq4fYsHTZPG 1rHipPOoz1Y4dDYO+ekLVeP2Hn5pNq+VrL3BclojBrdtsJuOxsjEdQy4cbtY7dzTQD Xz054iZazMHgcBD09b0a3po+fNIpqw0x/qg0If5nzfXrimi0FlAgPs+mdvyKkA63Br OjrNKug9elgCnhyi+r+rTqHN84HVHlYj8cLu84S3J7lUDykc55QUYUDIRkJtQPP8ij xmz7LHmGWu8Hg== Message-ID: <821cfb7e-f694-4e84-980a-708a2334d13e@bastelstu.be> Date: Mon, 26 May 2025 21:39:30 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] RFC: Single-Expression functions To: Dmitry Derepko , Larry Garfield Cc: php internals References: Content-Language: en-US In-Reply-To: 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 On 5/26/25 20:14, Dmitry Derepko wrote: > Could someone help me with the RFC process? Should I open the vote? Please find https://wiki.php.net/rfc/howto for an explanation of the process. An RFC needs *at least* two weeks of discussion, depending on the complexity of the RFC it should probably be longer to give everyone sufficient time to read the RFC and think it through. Personally I did not yet have time to carefully read and understand the RFC to provide proper feedback. Best regards Tim Düsterhus