Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117465 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47446 invoked from network); 31 Mar 2022 11:41:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 31 Mar 2022 11:41:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B155E1804D0 for ; Thu, 31 Mar 2022 06:09:46 -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=-0.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, 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-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) (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, 31 Mar 2022 06:09:46 -0700 (PDT) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-2e5e176e1b6so253290547b3.13 for ; Thu, 31 Mar 2022 06:09: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=rbg9LbfOFfYeNEnsCul7+oKj14FLNOCAs4YkbrZhpow=; b=p35/NZLqa8mTtFlYwWLqBvP1qZwBWICPxNXj7jAjwQuxRJ1P+Fg/87Z7rNrcbteFoz 8pS+2AnoPOH/0n8LYJf7Ko7/RB9UFaknUIh6WWrrbAhOnyKbxYVJJohSwYVMVa8i5p4w 6XRmHQF6NEn/t3tmFEAcqGpB8s11hig7dlwuwBWxrE1A5HGrIQFV16JzVlQb0Cetjdxn YEr0i5KaRgXrwfYmHLHWq4F3TH/5YnMr8G9v5hQuoIcjeCSrUz/LhTVLV02M/U84FOGz 95jzXo+68fjdrbA/2/2qwcn64dDzGLGBRRgIUyq0mUvdo8DSDe9EFVFE01lTVmOBUr1n 4o7w== 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=rbg9LbfOFfYeNEnsCul7+oKj14FLNOCAs4YkbrZhpow=; b=qbGW6hZb6sPOjru4BzLZWflbPr2zRaS0HdzZZuFE5Ec7JWEwzO1W2in3ONyljMuakC G254+liyH8I91BoC9v9UE6cx+8wU/sl2avpcGVtoMFnpKT9t0GZzsXEImBP76jmaZIpY XwmAnsfu5y3M67fMCvrEPaYWiTLNnhZxz2ZgRfmHcuLdxuqOpTZLT6kEriB5FJFqAHBd h/XYMWeSCfAqzc7k8t0qqVbud/rHZ/onBcPcDeMTk4Maof+1PTo4mOl/lH/H9LBr1mbg ocB5EKkACRkxrJRsHEcZmifsleZ9a90ZQm8+udYypHNEdKBol2IIeUF5dQ2Z7+bHQDKf dUNQ== X-Gm-Message-State: AOAM532tMXrXm9eSEOkNel73qzAI5nV98f0KQn9TPby5IK3gYosTU9sb Mbh7X2FTnMKk6AbZn4ePsfydBAidTLxKaYQ2yQ== X-Google-Smtp-Source: ABdhPJygE7Yx2FyWdlahC0cDi4tqU9JZqmDYYPrhQW2ffJ+EO/y8YM/pSwyokL/gPBiEtgSCyKP3h7xWIsonHbol72U= X-Received: by 2002:a81:1dd1:0:b0:2ea:c38b:65a8 with SMTP id d200-20020a811dd1000000b002eac38b65a8mr4724382ywd.135.1648732185870; Thu, 31 Mar 2022 06:09:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 31 Mar 2022 15:09:34 +0200 Message-ID: To: Ilija Tovilo Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000044c3b605db836085" Subject: Re: [PHP-DEV] Re: [RFC][Under discussion] Deprecate ${} string interpolation From: guilliam.xavier@gmail.com (Guilliam Xavier) --00000000000044c3b605db836085 Content-Type: text/plain; charset="UTF-8" Hi Ilija, On Thu, Mar 31, 2022 at 2:27 PM Ilija Tovilo wrote: > Hi everyone > > There hasn't been any discussion on this RFC for two weeks. I think > most concerns have been voiced. The result of the vote will most > likely come down to the views on backwards compatibility vs cleaning > up old behavior. The RFC contains an impact analysis and a script to > fully migrate existing code. > > So, unless new concerns are voiced I'd like to put this to a vote in a > couple of days. > > > https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation > Just 2 editorial remarks: - at the start of the Proposal, the numbered list is rendered like a code block (preformatted text) - the last paragraph before the Conclusion starts with the sentence "The braces switch from option 3 to 4 because braces are not allowed in option 3": both occurrences of "braces" here should be "parentheses" (or "round brackets", VS "curly brackets") Best, -- Guilliam Xavier --00000000000044c3b605db836085--