Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123269 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 F29171A009C for ; Mon, 6 May 2024 18:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1715019687; bh=ehOh2BV6q7ANOaLtUZeqlbaD3cnyhjwyFEnRcJ0IQJg=; h=Date:Subject:From:To:References:In-Reply-To:From; b=ZjOnbBouH1iENWj2B0K3JMX8If2yGJkbvD7N6PBDNQh3+1ZSVU7ablXj1DcAZCa0S 3RaFWA0UkQ87ZkAtvSJ5hFHPMdzCaAX/J+vMnGpm+Z4fcrTkC9PlrsOwEKDN3mX0mB knSW2WXpkY2qIoxOt4tBxl6JUqkDz38jPCgFSYNOgJkvw+D27H9IZHM+If57YjVblN mwfL9VymnRzu52yCND4oXilHvfdxwGHloCWFbpyYUxipjvtIdcxVgT4xr1JkkTQyQA HsEJyalkc3Pc4IqhEGP/texyTB0zvNy0EUCeYmJHjz0WFJSKUBzmQFHXhR7brU14m2 MbrgPIe6Bak0g== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 550EF18007B for ; Mon, 6 May 2024 18:21:26 +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=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 6 May 2024 18:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1715019636; bh=yU4KbIaXXnQleSMegc5xNgOJVFppZuBqzaKFV1ntUf8=; h=Message-ID:Date:MIME-Version:Subject:From:To:References: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=NJgSIfYRi1yL+4tjVih7nwLsj+M8bIWqikGGsCjzIFg0tL+hxz8i6mNraFlVbE8eD 5Ebb7ovLruOjaMJz1UyIK5lgv2ixlxkLlxl3M9avwLAYTn24wsBRbKsPsEKnnfgs4Y UHNyR+SjJY7qT561sngCDlq4nj8i1c8wjbojvJqlcl96yI9weuPubD2/Wf/Tlqe50Z CERqAVo0nhg8kMabmJdFz28OKO4PLFd0LYLZQhS25hXwwgNwSRYp3iJZmHXMhqeIke DAFrYvLAogN+b/DN3XvdXlWqGx7QGdLGdPfkk5MMb9/bsO91SSVkjooNXy7/LX8w6z 32viovGDA55Vg== Message-ID: <172aafca-4f5e-4f51-bf85-0e458826a78b@bastelstu.be> Date: Mon, 6 May 2024 20:20:34 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: [PHP-DEV] [VOTE] Casing of acronyms in class and method names To: PHP internals References: Content-Language: en-US In-Reply-To: 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 On 4/22/24 15:26, Tim Düsterhus wrote: > Please find the following resources for your references: > > RFC Text: https://wiki.php.net/rfc/class-naming-acronyms > Discussion Thread: https://externals.io/message/122975 > Pre-RFC Discussion Thread: https://externals.io/message/120959 > Related discussion in PHP-FIG: > https://github.com/php-fig/per-coding-style/issues/83 Voting is now closed and the RFC is accepted with 23 (Yes) to 1 (No) votes (~96%). I'll prepare PRs for the documents mentioned in the “Patches and Tests” in the next days and then update the RFC page with the PR links. Best regards Tim Düsterhus