Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128600 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 221B31A00BC for ; Mon, 1 Sep 2025 11:16:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756725323; bh=0JouTnrC3SerbTmE/f+jsygC2ZW9LV557zpYwX6UsPE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fBx71dAVqen4PI8O674+f2uMQj3JoW2tZH002jG7kVV+S4O2NPRy6OTwFzIhsxsG/ CUzUkseUe1TwpWtHXao5xrOqXdLI52f1X1yx5NK1Z3w68R3zcWPJz6d3AJqih0JYT6 ErbTbvCvgundJdJRXnXTc2ariM9KLKYgYWZOo+HPSrESKNu7mtW/Ab+v4sPHiQfkhT O2u7rTh95f8bDvxi0aQGipkn8ii8+Z6FTHXLXLM4AZCdJvD+M+PIF5jxd6/JwyIzwU nZw6XSIhL6R0W5VKFlb7tKrCGlObU7BVpMXHZpPGukiFkftGlH+wVpi3PJspzrvh5W x/s54H5o05qgw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A20E5180054 for ; Mon, 1 Sep 2025 11:15:21 +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: 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, 1 Sep 2025 11:15:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1756725409; bh=msPZEeybL1LMUWu145ODXPxfDOcG8GgXXRAYM+tp/q4=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=ok+GiRTkkE7u+1G/3HVeXNvPspPd6uEer28ztzcN5wqi8R5eVWAsIAjArIV2uj8JZ UeBLEP4OGbVNepPo+y1koY2jzheHcvkFfr51yutg5BXBFQD8K8tkdDtucQtqrBbmNO jcJ6sBUz4KVrkvwOUBCbz0cVsF//ToHANaVsBTmUyEz9o4ND64kiTWTHkGuNDNFbCF JShBhyYf6WAH29r6SaIBtUcNiXi76uv6GMITonIYd3/gRewucGLTUP5Zwh96pknhGy MzqCmDKgHHFiClXWdrzw2etuBV8JRrVsu+S2KrFN6Yt1obfocklV4KhZS7evBHtLce cmwFttPywvymQ== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 01 Sep 2025 13:16:49 +0200 To: Nick Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Reference of discussion in RFCs In-Reply-To: <30FD734F-2ED4-4D48-823A-3E4E0F265D38@nicksdot.dev> References: <30FD734F-2ED4-4D48-823A-3E4E0F265D38@nicksdot.dev> Message-ID: <0a4393592396ba09743c29672dca30a9@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 2025-09-01 12:28, schrieb Nick: > When I try to look into the discussions of older RFCs to find out why > they ended up the way they did, it’s not easy. You hardly can find > them. This is because they are often not referenced in the RFC itself. > > Going forward, would it make sense to make it mandatory to reference > '[Discussion]' and '[Vote]' in the RFC text itself? I was having troubles finding the corresponding discussion thread for some RFCs myself before (and regretfully did not always add the links to the list archives myself to my own RFCs). I think this makes sense and I'm happy to include this requirement as part of my current “Clarify discussion and voting period rules” RFC. Would you mind sending another email to the discussion thread of that one to have it all in a single location: https://news-web.php.net/php.internals/128594? Best regards Tim Düsterhus