Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118008 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3749 invoked from network); 20 Jun 2022 11:26:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Jun 2022 11:26:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5986218053F for ; Mon, 20 Jun 2022 06:15:47 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-yb1-f177.google.com (mail-yb1-f177.google.com [209.85.219.177]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 20 Jun 2022 06:15:46 -0700 (PDT) Received: by mail-yb1-f177.google.com with SMTP id 23so18893983ybe.8 for ; Mon, 20 Jun 2022 06:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BY+YyMOHAU20gOgzSEJbQJHhte3O171nsu0BPqr4jss=; b=X/eCiZewQVyXggTVpita+gbWlspI8YbEN7XvMFbc5of9pgTL/UzuuKIaNW/v26u7wz lvizf00JZ7l/wm/FQkSmMt5VTrE0tmm/ouSjEJ5LDGzR4txTZ7vt+3tCNUsbdvhuH4E2 Qp1Ghv3QsGM0KSkGO7o3y/yqrpWh1llHzrWRYbo1Q4zJZDM9lpl8/KeJ0551wxw3T10P dF++JW1ukHoBkrhA/HtRo/LSdmhnt6Z5uquIBkDbvXfrzC4lxvoXmsH7VY1BfwsiVcGN SPCKdU3Ws+a4Un4qi5jnmPmZJ5W1aVPxK152flYN3LReNt0CAJBG7RMCrsbzg6C5PMX9 ZOrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BY+YyMOHAU20gOgzSEJbQJHhte3O171nsu0BPqr4jss=; b=LeXF8aXN2RGsFFZHDa0FXBwRUk9KEyuynAgviZ0haGkZD2HqPeEwG3VpJcfkddl86n 8t9FHStVX3H+LH7XqwanBw9i368YiiQZCxBxPAXf3t77ISh3Tx9wyzCXxiLf/tL9iIPE DE756NdpL2KxrATOD2EAgeyfT0gpVr+LZ69idkqfTLm4Q4LYkqleV1jNtFR8xqXpcJft 3cutRLX1+JVtQne74Z5ZFQA5yN8AIJeVfl5EeMkhRhxBXDElpYVwUPv3JpPtfKR8IVYV 0G2YMF/uZVQrFWr3hd5Pb/rdCqYzhdZT5UeBAJVRTfZr2ftvL8+nA9V/5BFO3dO7Vh7n XvZA== X-Gm-Message-State: AJIora8iySM2gokhk9YNuU0NensGwYAgIRXtB6dQinb0uemS5wDDB5rg FwDgPTffWn3SAiDlPsos4tV0CiSgibItTfVSuBOy8QB2gA== X-Google-Smtp-Source: AGRyM1uKfySw1apzo+fi4/KsIC0e3SWl0R0Nw6FpFpY7lF8wLqWnISYjeSemiMHIc+RVMJf6LtvKGY3byYvkNXxETEE= X-Received: by 2002:a25:bdc9:0:b0:668:3d05:e009 with SMTP id g9-20020a25bdc9000000b006683d05e009mr25200296ybk.402.1655730946242; Mon, 20 Jun 2022 06:15:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 20 Jun 2022 15:15:34 +0200 Message-ID: To: Go Kudo Cc: internals@lists.php.net Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] [Under Discussion] Random Extension Improvement From: guilliam.xavier@gmail.com (Guilliam Xavier) Hi, > https://wiki.php.net/rfc/random_extension_improvement Thanks, but I am not sure about your argument in "Classnames are not canonicalized": does "PHP applies strict PascalCase to class names" (which remains to be proved) really imply to rename *acronyms* (e.g. "CombinedLCG" to "CombinedLcg")? especially given existing classes like "SimpleXMLElement" (not "SimpleXmlElement"), and that the accepted "Class Naming" RFC (https://wiki.php.net/rfc/class-naming) voted for "PascalCase except Acronyms" (not "Always PascalCase") -- excerpts: | Abbreviations start with a capital letter followed by lowercase letters, whereas acronyms and initialisms are written according to their standard notation. | Good: | 'CurlResponse' | 'HTTPStatusCode' | Bad: | 'curl_response' | 'HttpStatusCode' (Not that I really care but...) Regards, -- Guilliam Xavier