Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111271 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46470 invoked from network); 30 Jul 2020 17:33:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Jul 2020 17:33:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CBDF31804DB for ; Thu, 30 Jul 2020 09:29:59 -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=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FREEMAIL_REPLY, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) (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 ; Thu, 30 Jul 2020 09:29:59 -0700 (PDT) Received: by mail-io1-f43.google.com with SMTP id s189so21603496iod.2 for ; Thu, 30 Jul 2020 09:29:59 -0700 (PDT) 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=gxJNN/tm8bINIiXq7S/GEzUCsJgbh5Hik7SEeuykq74=; b=Igrb97EzkBAmzolFyjU0ah46HKeSclHeLV30Lhz4QmyK37GktmI4MaCeDAopoX5fkN zz+AqiA8fhTHMjY64aD2SaT9xZVlPr7kLGRLj/JZ+ipKTrunLYo5E2DE8AR5x9qHVoXu uBNPW8WYy2kmecF7+nhsUykgybuAsMgLAMe8gIH7XZshadTKELbvAt3wn5P5qS0tzS/1 HRUbO4nM6mWGZxzI+I5DUvRjB1g31l2VeAGvqAJCtbF+q457sw+dOsCPbxBHNw2VkbvY Owf7kPcaTZ2H8Z7mFSmm39khibE4y01p+I46wNJ8vIV8msjqbWmrAk2VQ+APNnZPZjbX 00mw== 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=gxJNN/tm8bINIiXq7S/GEzUCsJgbh5Hik7SEeuykq74=; b=YtGDd4WMg6uAVcG8tJOPFCIsQBp2UWgKof2zkxTwwV7zlao1GCVFdTnJOwFl1ay9bu whyid6qR4C2erWN3l2xtyxX8TSA9VJbd2DB/CgT85Fk+dA5Z28cyQxmmsW3YDHHtM0Tl DNAa9m+2WE28L2GszyOgZFpYHfhdZCruH+vMi5yfT1c38ioB0UBTB+Ki+8HTdo/S7wyP X3Iq4RBDJU/RLKWMdxfXinY+9SNbD+sVsz9bR4BSbqOQpk1O+S9eWPNVoR0EJfRXrr3j 9+F1shkxXb0/OQWxkktD/cKLxUigtSc+FbrRXIaXpPZoCm2UdJcU/7wUIwqu+5ls6+It zrsQ== X-Gm-Message-State: AOAM531TPcK8KqQCjmbblCksluYT4oStkawGzAH5IW06RKXPSHnROC4C ueSOZHlE1dHMHDWaf9QvEmBM+mlsC+A9Ivrev4rUwQ== X-Google-Smtp-Source: ABdhPJyijBENajs8+cvEANbYzrbzJS6EnOuSl9SuPGJO4oJ4N1xv8f0128P1IOyhU8a8t5wDn++Ww6m4u0XlgMSLnQk= X-Received: by 2002:a6b:bb43:: with SMTP id l64mr32505829iof.191.1596126598516; Thu, 30 Jul 2020 09:29:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 30 Jul 2020 17:29:47 +0100 Message-ID: To: PHP Developers Mailing List Content-Type: multipart/alternative; boundary="000000000000ebd45205abab2ebf" Subject: Re: [PHP-DEV] [RFC] [Discussion] Shorter Attribute Syntax Change From: rowan.collins@gmail.com (Rowan Tommins) --000000000000ebd45205abab2ebf Content-Type: text/plain; charset="UTF-8" On Thu, 30 Jul 2020 at 17:18, guilhermeblanco@gmail.com < guilhermeblanco@gmail.com> wrote: > > I bet a search/replace wouldn't be that hard to be achieved > Find-and-replace always sounds like a good idea, until you realise that people run *a lot* of third-party code. I would not enjoy going through every Composer package in my vendor directory, checking for or supplying an appropriate patch, and then waiting for a tag or forking to create my own. Regards, -- Rowan Tommins [IMSoP] --000000000000ebd45205abab2ebf--