Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123167 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 DEFC71A009C for ; Mon, 22 Apr 2024 13:26:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1713792428; bh=GVltW/4xBRcQudO2R1FTyH4Ov9pkHQ8uymNC7+4/5w0=; h=Date:To:From:Subject:From; b=CveuQpppiS3pEVdCLnylWSKYS5AczzqL69cnbUThVBP1McE22EU5VJlV8CLghnpw9 MinIKoB2biXrVZXuhHhJkniurA4zMCurEaNMgijdFPHaRehl194tPyb8hxZ+cWhDPL zvt2MMUT55QIp1gFtyzG/7//uQBXNg6VsQCTsO1H1ZgFB/ZWurqoM1o3WXW73T/tdK bbiKn/0eN+adkpX7bHGZrbNZOtKGg2Qr+Uf07mgfbkC57WYj9ehc57k2nDjbAffR/L fg1VcrHst/KLAMk9vXdAf5uXqlsjqfF1MxHph8TN6EEN+xTpCVuxzTdV+EqsjWFGCg ORxwjg9BRGNuA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DEA4E18002E for ; Mon, 22 Apr 2024 13:27:06 +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, 22 Apr 2024 13:27:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1713792385; bh=bsADkSTDXg3RCjqcuul+diEuIQXxDy+l9JK7V6XvXkE=; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type:from:to: cc:subject:message-id; b=OLqD8o46lb7ZrKMbfcBCx/jTt7prrMd8zWHKPc27jF5gHC4mc1Sz68gQuG1gAmdck w36r8Xp3lSimhoUlB/DaEurCh+piMFZYFHE/4v58pElLiNJuUfY4mnGxR2hjasDqYQ ztx617K9AmspMPnqFW1+SGT5yBs5pewFJB5SvrAm4XWkLr2EyaDpJT71PTxL/zr9jJ zFDNVLy26pF7qacEd3R5bvEqYynoWN77Z7/6R1RNHiwy2HquZRjbi9WTUPhKFD9aV9 4i+5io6yxJ4/V8ty5WVh05VtMXq3qa0c2FoAkIj//qgmku0QslVQAgJm/F0BKUVxLF wQL+BoRPchw7g== Message-ID: Date: Mon, 22 Apr 2024 15:26:23 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 To: PHP internals Content-Language: en-US Subject: [PHP-DEV] [VOTE] Casing of acronyms in class and method names 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 I've just opened the vote for the "Casing of acronyms in class and method names" RFC. The RFC contains a single vote which requires a 2/3 majority to pass. Voting runs 2 weeks until 2024-05-06 14:00 UTC. 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 Best regards Tim Düsterhus