Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126173 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 337E61A00BD for ; Tue, 24 Dec 2024 01:06:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1735002209; bh=NZV/J1rhc/mjWnRfGX3EXwBSPV5yRQQ6WScsC1k1qlc=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=bHL1ZoF9+jD08YIWSA3K10eznNR+EB6icjyYyzp4n8m4bJkaVU5XOGqkbIXxpiJWz O9j4LmfqIyvsOUvO15E11PUR59sUYhl1JoEkmYgWHxspMkcEO3LQs/NwnavuitPZk+ nZiVOZSFPf2P6AyFsuJ+hHM70i/bq0ty8YkVgrxhr7Swx55Wls5P68kHOSSsZEJJZh jSWjZJdmSrLxy3ZhZHLGJ6OUNxNiO8b6F3DRa6dbAzY9y9yZmU67rpBFaRdu+RI31v hMmH5WPgPUkMzAtmYHN+27eO5D3cFmjOMHTmt8/E9OHMyYfFRMK5//aHYyT0a2DGP3 41WHtykB2UR2w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0677B18007A for ; Tue, 24 Dec 2024 01:03:29 +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 ; Tue, 24 Dec 2024 01:03:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1735002387; bh=NZV/J1rhc/mjWnRfGX3EXwBSPV5yRQQ6WScsC1k1qlc=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=nBcWcZpjOFsfaregVFNi5rwrUNflzaZE6W6hTz+W4+piG4Nw7/sKcz5qwFZPlDkmA VKFaxUUiJ7424czOrQU67YyClKAgmELgIfLXXUNA+LOkScQaUzQ5fCjBTJmmoWZtxv ou6lxYYDyiRMYZ4SF7kDy5rwEm0YoeRGuJFhIDTMKkYbn6v7YunFXwxqTuRLT95tBe TRDgLUnzLRHs4btRbOjP9epxaQwViuZR/KGPY5sVthenmRHp4xPwA2H6u6DvLNSdJj ojtIIV/pZFLHcap05D4RScfJTLBiDDTNhslgZpYPHwO58wLLFdJa9iMA+u9qOBQ0TN zpkKqqPFGiLcw== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 5089B10C03E; Tue, 24 Dec 2024 01:06:27 +0000 (GMT) Date: Tue, 24 Dec 2024 01:06:27 +0000 (GMT) To: Ben Ramsey cc: PHP Developers Mailing List Subject: Re: [PHP-DEV] [RFC] Consolidate Coding Standards Policy Document In-Reply-To: Message-ID: <28123d01-c86d-bcbc-eefb-a364eefd64d2@php.net> References: <025c4f90-7cbf-5f0c-7b1e-30420ded822e@php.net> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Sun, 22 Dec 2024, Ben Ramsey wrote: > On Wed, Dec 18, 2024 at 11:39 Derick Rethans wrote: > > > 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. > > > > 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: > > > > https://wiki.php.net/rfc/consolidate-coding-standard-policy-document > > > > [1] https://wiki.php.net/rfc/policy-repository > > Nitpick: > > It might be more correct to reference BCP 14[1] instead of RFC 2119 > (which is part of BCP 14). > > [1] https://www.rfc-editor.org/info/bcp14 Either works really? I think that if I would feel inclined to update it, wouldn't I just mention RFC 8174, as it updates 2119? Many (if not most) documents I have seen still reference to RFC 2119 though... cheers, Derick