Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128607 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 D2C241A00BC for ; Tue, 2 Sep 2025 13:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756818447; bh=kOtuuhWZGBtQpNbrMk+/DJ9C9vTRSZZujmuGgKXt57g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AC9lQw7xi46+9cgoT0dKCufZzqvu3fdSGrbZEW/kMVrt7TgMBGhQt/Jc4qHWvefNv JA5AKNh6dc/WTrBxNAriD1fuWl8dQBdfyjSBrd5S4ZNYTYbIdY05plE+GsG7seSUYN TIR+C7XAbQ7zSnmXISk1dlO1ImWqWVDahxaoDzkYVYOSE4OCsWdDAfvq4wQqG9UPN5 Eax7OSvwcokqi/9MTm+NWoUMRK7yjCADPZ1VKagg28wQo2KpEPayBW0+W5yiErQeCq e7DLTtMuCAUVsej41u0DqXovDPssEg01Ki8gC66nHrxJVP+l623UPqJC3XjwPjpWRn gZ6jTkRfNuQaQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8B3AA180079 for ; Tue, 2 Sep 2025 13:07: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.2 required=5.0 tests=BAYES_20,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 ; Tue, 2 Sep 2025 13:07:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1756818534; bh=RKWpx1FHr88FxQXzotVU1OV12o639fhiYypYVs1mjZc=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=clOXd0TpCc7K9/i6RzH/D76G6zZUHPnySfzLjidOTxurWf2VbI/blA/LcwJXSSXMk llTHY1SV4c3OXwUiIaJhEtPlYAfsiUZRismfOp5Ky/usLPUYDvuj7/TyC4fQubR/ih 4Fj38yvmZIpDS0kkWCX5frGmsZTREPsOnXaJTfLPORMtJzS/7+3oTTS0zFfE6mKvsn EAmbecTxVw8Ccv+TUtbc7rDyivsgFiTfz6b5bMxhTh5gvyG43R70he87NuGIA8HFO/ ZhpUTPU2UizSE41OtVWTTj/Jcnl9N9ZQVFIZPGpzmG78yamBvOEXAomQfwSRhiRoBz CHDquMcMHeMgg== Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Tue, 02 Sep 2025 15:08:53 +0200 To: Nick Cc: PHP internals , php.lists@allenjb.me.uk Subject: Re: [PHP-DEV] [RFC] Clarify discussion and voting period rules In-Reply-To: <4624748F-0C62-4E3C-81D0-5CDC56FEC55F@nicksdot.dev> References: <53cdbf5b-7c6e-4ba1-9987-332634cab527@bastelstu.be> <4624748F-0C62-4E3C-81D0-5CDC56FEC55F@nicksdot.dev> 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-09-01 14:46, schrieb Nick: > 1) Reference of discussion in RFCs > > 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'll make the requested adjustments and then follow up here on the list. > > 2) Make revisions public > > I don’t quite understand why RFC revisions are not public. I believe it > would be very helpful to see the diffs of the RFCs. Because then > everyone can see how and why a RFC evolved. Revisions could be listed > at the bottom; on click you see the diff. Perhaps it makes sense to > only apply this change to RFCs that would be proposed after this change > potentially will be accepted. They were previously public and were restricted to logged-in users with https://github.com/php/web-wiki/commit/0e5a3029f95610ddb230a8bd3901875b9c4b82ee. My understanding is that this was done to fend off various scrapers, but I was not involved in that decision. I agree that having the diff publicly available would be useful. Best regards Tim Düsterhus