Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108682 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22472 invoked from network); 19 Feb 2020 19:37:07 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Feb 2020 19:37:07 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9F5D4180551 for ; Wed, 19 Feb 2020 09:53:03 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,SPF_NONE 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-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) (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 ; Wed, 19 Feb 2020 09:53:03 -0800 (PST) Received: by mail-qt1-f181.google.com with SMTP id v25so839997qto.7 for ; Wed, 19 Feb 2020 09:53:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=newclarity-net.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=OfSqimvwzd1p5UrDrSoGi/rqG2AFEeib84HJhJFjats=; b=DGC0FJ/wnG1DURAikaUuORnWljXJySaYIMyJ6ZnpkJUwyu4B1yvTCSnKETcVGcU8Vj Dm9Rp98OWldROeEAGps/6elNrb7i5952LvQyyvZ7XjnIuMYntOjBFKU8LggaJ/AdoTzO 4xNq+lvMfqzCRsuT+XqUPhZE6bDQnYFiFJ5kNBXW3rJt5E8Zz/nhRUSeYsu4TevrcIgS f13+x00oc0Q0PSmrQzCVmLglGyxOvZBBezNSPLws1DOd5mVZosFXbtYUPsqmoQMp3tA1 HOciNkAUpSHpV4/jaAo+U6AIL5K3u3sfzM/HCqBonXMGLp8TkqyIopPsGcDuUdTQZ37e 70Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=OfSqimvwzd1p5UrDrSoGi/rqG2AFEeib84HJhJFjats=; b=H4Y15sXzi7R4wQob+cjThs8phg0117BT1cxff94W+iKNA0bcNN68iLp8AhrsOwltip riSgsnkjXbF4CbtUhawbbnSpf7zTlx1rf4NSVUPV0FwjTiZ6a/NG1HBjfmWSZIaURR3A WRmwrYLWnM4uxp4TNk3Px8TuRcOQJjZI9NRLACEz0IyMPt6q7rkUcRfJloC7AjLFdaWN xeA8Yno3QfJsG6FfS4xUNAlH957Sfp8Nvs8vZMptj22Jrnhbbyf7H4iTrZL8xJLeyqIM BoTkqb4q8Dylnwt/JnXnSDLtKntYGHluBtMbfiZDGkTEwwPsJQotbyBWKtFZo3sOiPVc fZVw== X-Gm-Message-State: APjAAAVG9eygrR1MYwgnRifmaLrSDU9GkL9EKCVZ1lo0aTXrX6yOYfaG V3H/AeT6Rrms5BA9b2OuoIRRhQ== X-Google-Smtp-Source: APXvYqzXRW4xhBj7MGC16HmHLzclF9sJgP5DHEkcIPvOpatDRhoGoBf1a3WBIGq7fu1Ps9jUods6IA== X-Received: by 2002:ac8:37e6:: with SMTP id e35mr22803065qtc.302.1582134780438; Wed, 19 Feb 2020 09:53:00 -0800 (PST) Received: from [192.168.1.10] (c-24-131-44-78.hsd1.ga.comcast.net. [24.131.44.78]) by smtp.gmail.com with ESMTPSA id w60sm347751qte.39.2020.02.19.09.52.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Feb 2020 09:52:59 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) In-Reply-To: Date: Wed, 19 Feb 2020 12:52:57 -0500 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <1586E4D0-B327-46A1-92C3-F9E2F89E33DB@newclarity.net> To: Rowan Tommins X-Mailer: Apple Mail (2.3445.104.11) Subject: Re: [PHP-DEV] New PCRE function From: mike@newclarity.net (Mike Schinkel) > On Feb 19, 2020, at 12:35 PM, Rowan Tommins = wrote: >=20 > Thanks, I can see the reasoning, although I'm not sure I agree with = it. >=20 > If you're only showing it to a programmer, worrying about the grammar = of a > capital letter after a colon seems needlessly pedantic. If you're = showing > it to end-users, you should probably be thinking about i18n anyway, = and can > load your own English translations (and user-friendly summaries) for > whatever context you want to show them in. Not for organizations that have made the decision not to increase the = cost of development because they have made the business decision to only = support English. #justsaying -Mike