Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113693 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 341 invoked from network); 22 Mar 2021 17:32:42 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Mar 2021 17:32:42 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3F570180539 for ; Mon, 22 Mar 2021 10:28:01 -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=-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,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-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.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 ; Mon, 22 Mar 2021 10:28:00 -0700 (PDT) Received: by mail-lj1-f175.google.com with SMTP id 15so22161324ljj.0 for ; Mon, 22 Mar 2021 10:28:00 -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 :cc; bh=mw/dPnJOyRLEBGOAPNqVKVn0CE79YUIMo0j6NTz/TIM=; b=QwvCUCWBgrRII/Dxwm+9DVPYVyELaS1IVRyeY590nLVs4LsqaH2nD8meN/EQBtK1NX XHObpIkklZIwuzWO2jNbwMcA4MUWAXS+GoPaKbxbQdJcxQXbr9EArtqIIaQazUEuVewU IO6iU9xMRrUu29hDKt/FwLv2/cJD1hed05Nz64T617U+L/BqIY5SO+XZN2Zbm0xZJQDY wrhrvz7hXENE7bthkEVGYzq7ezm3H9DmcRHVHk6wVDUl/v2DUig8+ElZOzya+V9enE1c L3UyWzYrq2iOJVV08fRg/1KBMesKklpzDZ6tElfh2TXkl+DtrlFgp3UroCDoF2qXVGJV +V4A== 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:cc; bh=mw/dPnJOyRLEBGOAPNqVKVn0CE79YUIMo0j6NTz/TIM=; b=GMbH05bd3LMxn94P14DIkOCJ9K7ApMsI/eVV6dRxWSGr73hMlkx5TeKsQ0DTI8jlec ijIxj9lSPKF0vlgsN1qyPxU7PFysJmmAlkh9qj7oKttjkRP7Hm5S0CjaoWP1pAWAJfdU PiOSbrH3dQWrEzyPGh0agiDJsdgBof4rA/9haRizb07o/Wryp3eOjj34dKDsdCE9l59b /OXnkqv3tXMZk9E15hqytM2mbmcYsU9AMwhJVUQ9OhlFppUaR9sv0igNIDpdBz8ep88R 5u9z7Gika7Fxr3vyuljFMeiqNEYaIajocDL+8zS+ZXDyRA0cgd2Wo8qih1LfdyfJwhmE qgVQ== X-Gm-Message-State: AOAM531fFX8Ie42qdP/QH4HV855UDObYM2ZR57IEIOVijdtWc9aOLqrk kopVMA9mbFTc7L/e7LDL/BC7tRLC4XFxpSOoknE= X-Google-Smtp-Source: ABdhPJzdiqKiKNtAODWZnGweJqH10AvuFM6gJYZN34jTVb2fudzVfFsB4S9aWVLVpj3D3UUynzp9BpLs1uWmg2PYNo8= X-Received: by 2002:a2e:978b:: with SMTP id y11mr387945lji.452.1616434078794; Mon, 22 Mar 2021 10:27:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 22 Mar 2021 18:27:42 +0100 Message-ID: To: Ben Ramsey Cc: PHP internals , Rowan Collins Content-Type: multipart/alternative; boundary="00000000000011c94c05be236392" Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 8.1 From: nikita.ppv@gmail.com (Nikita Popov) --00000000000011c94c05be236392 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Mar 22, 2021 at 3:58 PM Ben Ramsey wrote: > > On Mar 22, 2021, at 04:24, Nikita Popov wrote: > > > > Hi internals, > > > > It's time for another deprecation RFC: > > https://wiki.php.net/rfc/deprecations_php_8_1 > > > > This is a collection of minor deprecations that various people have put > > together over the last ~2 years. This RFC was formerly targeted at PHP > 8.0, > > but was delayed to PHP 8.1 to reduce the amount of changes necessary fo= r > > PHP 8.0 compatibility. > > > > As usual, each deprecation will be voted in isolation. > > > > As we're still early in the release cycle, it's still possible to add > > additional deprecation candidates, given reasoning for the deprecation, > as > > well as available alternatives. > > > > Of course, if there are compelling technical reasons why something shou= ld > > not be deprecated, we can move things into the "Removed from this > proposal" > > section, in which case it will serve as documentation why some > > functionality should not deprecated. > > > Given Rowan=E2=80=99s thread [1] on `utf8_encode()` and `utf8_decode()`, = should we > consider adding these functions to this list or mentioning them in this > RFC as being handled separately? > Sure. Rowan, if you would like to add these functions to this RFC, please feel free to just edit it directly. Otherwise, having a separate RFC just for them is also fine. Regards, Nikita --00000000000011c94c05be236392--