Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126133 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 A0D061A00BD for ; Wed, 18 Dec 2024 16:37:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1734539681; bh=visOvHZnpHa325NKlBE4GVvjy2uqNpLQvaep4yDk4ww=; h=Date:From:To:Subject:From; b=IpASoklEMyhg607KMCUC9kBhVfiNyOeI8iByywVhX7+mrrHLeC3fpzX/Qp2F1G4no BGPodZRas7v7v/t/9sveVLPBeFUvDh9uZ12VAfoYjoP/SBNgg4dsnx3ByJkJFFZ1ZI +yFofyi+TJyK7LjtFO9aXeLDu+rTCBAwupm+paav1O0+IxTBQyM10PRfdfDPr428NI BkCeap3nVigtuYs3ydqs7V5X0n438IE3dkK7QidAXifoxgIsr74Y6/d+8Pb42OGqnl 1K38DisqxjPUnHOCyY9rfqCwGHN+fNjBFsGQzLn/x3SltLcdHClKum3Urplao+/wRA ewhEilCLmSIxQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 00399180052 for ; Wed, 18 Dec 2024 16:34:39 +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 ; Wed, 18 Dec 2024 16:34:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1734539861; bh=visOvHZnpHa325NKlBE4GVvjy2uqNpLQvaep4yDk4ww=; h=Date:From:To:Subject:From; b=DxXbpX7gpykW8DRpo7rtH1yDMY/vNPFJEui9IZWbjjRKlcgEVApk3YmyDWlnCLuQw gmfI0m5jProAG0+1t913JDSDbT5PeEfhV3Dl0T+WQ72U0YdwgL5VitaA5HA6LCQnBw iPTwxpSnuY/0b4VdIpfDpYG+Jzvu3mf6nL07czST/qznd3sQRgwDO95AMpKD2aorZb uHK5T6WXXqpOaTcThV+FZ12wbsVjat3RC4KPd62pMrJ89xeETeZUtPwXHRmD0+d7jZ 6+ZtOyH4e4JXYkb6ULbk6VymjyZcgULTC8NJ+rOVBVldy78+fb3WBR7iiJDi9FwgJm HXzDgxmEdOw7g== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 2409A10C03C for ; Wed, 18 Dec 2024 16:37:41 +0000 (GMT) Date: Wed, 18 Dec 2024 16:37:40 +0000 (GMT) To: PHP Developers Mailing List Subject: [PHP-DEV] [RFC] Consolidate Coding Standards Policy Document Message-ID: <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) Hi, 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 cheers, Derick [1] https://wiki.php.net/rfc/policy-repository -- https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/support mastodon: @derickr@phpc.social @xdebug@phpc.social