Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126208 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 658D81A00BD for ; Mon, 13 Jan 2025 18:41:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1736793496; bh=1xxkiv75Js2CcqKLv66UEDM8IkPxdIn83+7X4hmH2QQ=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=QO4ZFvZCTqeMNwvnCVRn875ts5lwFOm2a5V3GRX69d7VTmkQVlK65cqLEQOlodYuA VfRzmlO1Py4cDYCiTo9M1I4YZp4rLCHhkepH7TfZC57KFBx+zmOXSNIFKsgZcSTaKA hLxpujN5ldpmv1TmHExyAYo4xxRNb5BsucyHB6GxMqSWBm6WjdsfpSUOscKL+qHSYf qEfsijgwDE1vRLR2UKIH2Q1zX9QsH5+mJMXR459utW/70Xlu7EGzNUtihBMmgPV7Hc PkcFPog79RenjtVbQL5ez+nz2H8PGMjkwignUuA1axOsVziM/Ir5kSEOfE5S2uypYq qmfrrrfOtBFXw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6FA7518004A for ; Mon, 13 Jan 2025 18:38:12 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (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, 13 Jan 2025 18:38:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1736793664; bh=1xxkiv75Js2CcqKLv66UEDM8IkPxdIn83+7X4hmH2QQ=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=U1PcnQPhvL4WzA/vB6r+4qZnHc8+47tnAXY47iMiwKDKgrgXedbR2WMhq8ovnXFa5 Yq61pdOYilKYqenO2/zQnabJVunLZhBA8cGf3BlznNhNlcZ9aP0bc4UjCR/kKA34a/ J8XqdGgE5ECEyFzHykJqV7XT2sussImVY9Pg6hFSFVJ2c5+jLrwZZVscZ/VBE6SPv3 CnEOQgNRsVHf4YrPr2jH62pU6Fzjd5IIBiJyv5W8RblLC/87CdMlteIfkhvP3vOuHy hlXeXkLzFyazuFsphgbucF6khG1/Ol8CqesuUKebmSVWtyqW6o8BtZ+XlW5wPdjnvV YYMts80u7L4Pw== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 3AE5710C15C; Mon, 13 Jan 2025 18:41:04 +0000 (GMT) Date: Mon, 13 Jan 2025 18:41:03 +0000 (GMT) To: Ben Ramsey cc: internals@lists.php.net Subject: Re: [PHP-DEV] [RFC] Consolidate Coding Standards Policy Document In-Reply-To: Message-ID: <0d002b53-6aaa-5751-72d9-fee02808cd15@php.net> References: <28123d01-c86d-bcbc-eefb-a364eefd64d2@php.net> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1627736461-1736793664=:65263" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1627736461-1736793664=:65263 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 24 Dec 2024, Ben Ramsey wrote: > > On Dec 23, 2024, at 19:06, Derick Rethans wrote: > >=20 > > =EF=BB=BFOn Sun, 22 Dec 2024, Ben Ramsey wrote: > >=20 > >>> On Wed, Dec 18, 2024 at 11:39 Derick Rethans wrote: > >>>=20 > >>> I would like to propose the "Consolidate Coding Standards Policy > >>> Document" RFC, which follows up from the Policy Repository RFC[1]'s > >>> future scope section. > >>>=20 > >>> This proposal suggests adopting the changes to the Coding Standards > >>> and Naming document, and to integrate the CODING_STANDARDS.md file > >>> from the php-src repository: > >>>=20 > >>> https://wiki.php.net/rfc/consolidate-coding-standard-policy-document > >>>=20 > >>> [1] https://wiki.php.net/rfc/policy-repository > >>=20 > >> Nitpick: > >>=20 > >> It might be more correct to reference BCP 14[1] instead of RFC 2119 > >> (which is part of BCP 14). > >>=20 > >> [1] https://www.rfc-editor.org/info/bcp14 > >=20 > > Either works really? I think that if I would feel inclined to update=20 > > it, wouldn't I just mention RFC 8174, as it updates 2119? > >=20 > > Many (if not most) documents I have seen still reference to RFC 2119=20 > > though... >=20 >=20 > The latest RFCs from the IETF standards track use language like this: >=20 > > The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",=20 > > "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and=20 > > "OPTIONAL" in this document are to be interpreted as described in=20 > > BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all=20 > > capitals, as shown here. >=20 > See here for an example:=20 > https://www.rfc-editor.org/rfc/rfc9697.html#section-1.1 Thanks for that. I've updated the document, and also the RFC, to mention=20 BCP 14. cheers, Derick --8323329-1627736461-1736793664=:65263--