Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127479 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 BFDF71A00BC for ; Tue, 27 May 2025 10:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1748340561; bh=DO/bH8Gt/O71WBQeIJH9vTFOozA7lyQn+4WRiLApXwk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cJuMQuW6E7vbBLiVsVzygUQUajlFYkLRaIn1YAp1FUFkApOIxG48by4OiGdSeQ7t7 /C/0Pb6R6bE31vDJlkcEQ/2uEbPXfR7Dmb/BaMEozAau+8QeQAmYHSS6MZTGApMOvq dLRxD5BWFaNDF1QRxLb+Cc/TL6kz8fk+GJSOpG+ITPczEW4WNNmyfGhhj6NHmJxGP3 fPblxZ8t4r7R+pCmIaDatIzHcF04EDFIl7vvI41Fj0X6dcVVnmD6UeF0IKqnKrzOBL zFfAKzyJ2YxX6ow93PYc3wnSOWCbNSA1+5OzfYYj5vS/2n7PcTym3/ADEsP8ZvdBXX UQfM/azVvmoFA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DED4F180082 for ; Tue, 27 May 2025 10:09:20 +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 ; Tue, 27 May 2025 10:09:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1748340685; bh=z9qzo7m7VVLFFPDDX0ZtoWiVmm0+5QwJetEBfKjiFMo=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=OB5HEOQs3NgG83F3YrUoxA92kA4eOcYGFdaI3MCskhMLkUCfD8x8tGEQ1eQ/bc9Eb jwN7zNSC2O1WngJLUtJXrGC/dMZH0gQ3inrrdR5oWrorLYbSS3gha6YH91KtAsg7l2 P83qHxReiXJomkgWhw0ngAnrYLI2k/aDehnNXUfBQObASAIKcCD8B7MN/ELkhKd8Pu uRHUd8vvlk8GaHJvp8j43TrhW8gf4gqop8tCj/B8MtRvmRGWSzcsfFU7Vua/0fngpQ 23pyvol+A6K6wtMUHfPHJAyKVLMAaXT9ytEcUQkBWDg9JOprYuDlJN6elbi9Y8twPM 1Dz9wZaVmzm/g== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 27 May 2025 12:11:25 +0200 To: Dmitry Derepko Cc: Larry Garfield , php internals Subject: Re: [PHP-DEV] RFC: Single-Expression functions 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-05-27 09:08, schrieb Dmitry Derepko: > As Tim said, it needs at least a 2 week discussion period. > > > Could you share the reference? I already did in my email: https://wiki.php.net/rfc/howto (“When discussion ends, and a minimum period of two weeks has passed”). > Here it is. I've added the link to the RFC. > It took me a while to find the link in the “References” section, because that's not where I expected it based on other RFCs. Overall the RFC diverges from the RFC template quite a bit. As an example, the “RFC Impact” section is entirely missing. The “Voting Choices” section is as well. The “Metadata” section at the top is formatted differently for no reason (and still indicates that the RFC is a Draft). As far as I can tell it's also not listed in the RFC overview at https://wiki.php.net/rfc either. As a first-time RFC author, I would recommend you strictly following the template and the “RFC How-To” to make sure that the RFC is complete and follows proper process. Best regards Tim Düsterhus