Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108712 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 63934 invoked from network); 21 Feb 2020 10:46:30 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Feb 2020 10:46:30 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6F3751804A7 for ; Fri, 21 Feb 2020 01:02:51 -0800 (PST) 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,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS 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-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 21 Feb 2020 01:02:50 -0800 (PST) Received: by mail-lf1-f48.google.com with SMTP id z26so904386lfg.13 for ; Fri, 21 Feb 2020 01:02:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=pdxhyofK/CH6f0hIoshpzJ30T0+y1dqd6XpgJMjs3J8=; b=Ux5lZSlbiwKxznDASmmiAPZvnApUvchSaUW1xJFzU+yCybGDeCntp/tLya/0etVuYH v2LWP09v3sRRsPVBgXyB7uGFDwquOQBmPcDM5+qN/cr7ctLf1qvFlYZpy4PfNNBnSTBr UwVl0KhXABkg7jPhIT1//+M92MRtaaXDY7RN4GQWPyDY2LrGVy8RPbY30obSg8SBMCl5 iQMDrRq1CpOgyklf4+CgXFq/29Qkg59XCLrbjFITSQBNKzKSubuSPl74mHdK1kFBg6C9 l5i2d99XsLTv0qEyHgAvPLvymfl7yx9jvWmR0Ax27QZzTTbPamIK5g8F4Ns+cpR9sy55 YUig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=pdxhyofK/CH6f0hIoshpzJ30T0+y1dqd6XpgJMjs3J8=; b=Yg4g6OhjOslgWOEF9YQ7kiSvaijPlAEfWx3ywSmQLKOXGIinGFY+P/5LZFRxnvlIXL FmIVZs47rXT7Uwr2No7WFUwHirlhH06HrfbP38CJ5ZkHvWdirYwLWggJW3EaGZG83VIW ZfS+kr5xHKSa7xkqnK2AaNXjqYJt0CLQpy1HQ2XWS+1q1DAsEZFSmaye3XNGyZq9H+A8 aoIB92gXgBOZMMRNMdFlJya/Gg4JdtG18EylfqIfjgYk0QcXzpWboq5Xucvwb1Rhu3F0 6fo2bxbvHMaCA9lwbHPNcYzsP81Chmnw1tY3yxKfSwjbAG2f4LkbG1sONWJK346+ColS fdrA== X-Gm-Message-State: APjAAAUEdr0Umbi3sJyLO6+sji2kkKPu/CiV7ckFVMDvZE58+OHHSwov 32iOQxtcT4b9NXybwJp/hwkyVi7KU6OlX7kCfebTZw== X-Google-Smtp-Source: APXvYqxfmQbEqeY3SprV1E5fDvCPV8HZG96GpQDM/Y2J+V1J04Rrouw29cxOSUnoSOySeD/2afhvBXTfG/bk+Rozhj0= X-Received: by 2002:a19:7401:: with SMTP id v1mr19436039lfe.129.1582275769040; Fri, 21 Feb 2020 01:02:49 -0800 (PST) MIME-Version: 1.0 References: <1586E4D0-B327-46A1-92C3-F9E2F89E33DB@newclarity.net> In-Reply-To: Date: Fri, 21 Feb 2020 10:02:37 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="00000000000026824c059f12492d" Subject: Re: [PHP-DEV] New PCRE function From: nicoswd@gmail.com (Nico Oelgart) --00000000000026824c059f12492d Content-Type: text/plain; charset="UTF-8" On Thu, Feb 20, 2020 at 10:12 AM Nikita Popov wrote: > FWIW, it is our established stance that all error messages must be > capitalized. Lower-case first character is only permitted if it is part of > a function name, or similar cases. > Thanks for clearing this up, Nikita. Given that, I think this lower vs uppercase debate should be a different discussion held separately if there's real interest in changing the current stance on this. Besides that, any other thoughts on the PR? --00000000000026824c059f12492d--