Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117464 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 43793 invoked from network); 31 Mar 2022 10:58:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 31 Mar 2022 10:58:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CB0BE18050B for ; Thu, 31 Mar 2022 05:27:15 -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.2 required=5.0 tests=BAYES_40,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-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (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 05:27:15 -0700 (PDT) Received: by mail-io1-f42.google.com with SMTP id z6so28419833iot.0 for ; Thu, 31 Mar 2022 05:27:15 -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; bh=YbItEWTVaSdihWEg+BZreDvtVUbEJMcTNa+yodlGShQ=; b=hJvp7XaMvwDS853DTpLlLuqZauVtKJpyz7EcyBbV1X55tQD/9T9UoqQ6pst8/TOyHH /b2Z5TWmYcdv0yYnIuDlwYEIenupQkGNhx/madtlMHKtK+hDrc2L1ItfZ3KTmCK6rfkG QdeuR3Znx6W35d83KJTUq9RTKmj4Y8SZBB0b+U8kq67HS/YdNiX5WtkuUbZdabXosEXR idEpiePnjaCBC0e0//YbR+duF6dn2Se7yh65nxMr1vjZW6TFuOAoJz0VCl97LC/XPGBA B+xcEGPU02gjNQBZ8bd/DCaRRoCHLGNns6ci4e64lj/J092GZTbWq59wLEPtlIJOakJU h6Tw== 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; bh=YbItEWTVaSdihWEg+BZreDvtVUbEJMcTNa+yodlGShQ=; b=Mk3wowNihsqRI6SdpoAHKovvcOArPI8goYB4TsZgekZqxbLseBFkoYQ/oFcPrxlA/K tkil9OZLQbbRDsRCPMPineBozqPB7XKGNMsBZNqOEQBS3zB+ZRdXkZm8cbLkCfZA6OEG txqE1PobvPSgr5x/gFLENFupqnmgUh3Va+TKmZS5mWEqualYTg+FoSKy/DWoJo+IUpxJ bavIyHsLtLqPPXpzoI8G2w0rKeivNOR+DKjbrnQm7+XLjbht1k4AJTKBuldqIHQZJgnW XaZoNhc5WN4xCYtYi1/PQkBfsIhazQ2nZ+iHVXMk5k0VTeEOwCdMS7ecxiadT18jrWZ9 d3Nw== X-Gm-Message-State: AOAM5331xaOjgy+qIZREB+idBdyXZQZZo3oLjGkug2Ako5UUghwrS+Ad PEEymQg/LTY0O5LTwsf8+aunHJKdQUtiKqbZykCmuhgu X-Google-Smtp-Source: ABdhPJzIWwdViaXXdpLv/j5LRZ8YK60rSSNq0mSSJc+m5byLQjX7tYx1siE5o8Y0k935xwDT+gM+VwkTkTr5H6YQmFk= X-Received: by 2002:a6b:d10c:0:b0:641:63b2:9ef8 with SMTP id l12-20020a6bd10c000000b0064163b29ef8mr14255096iob.135.1648729633929; Thu, 31 Mar 2022 05:27:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 31 Mar 2022 14:27:02 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [RFC][Under discussion] Deprecate ${} string interpolation From: tovilo.ilija@gmail.com (Ilija Tovilo) 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. Ilija On Fri, Mar 11, 2022 at 6:13 PM Ilija Tovilo wrote: > > Hi everyone > > It's been a while. Hope you are doing well. > > Last year I sent an e-mail to the mailing about the current state of > string interpolation in PHP. I have now created an RFC to better > explain the current behavior and why it would make sense to > deprecate/remove some of it. > > https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation > > Previous thread: > https://externals.io/message/111519 > > Let me know what you think. > > Ilija