Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113657 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 27384 invoked from network); 22 Mar 2021 09:29:56 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Mar 2021 09:29:56 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DB9551804B7 for ; Mon, 22 Mar 2021 02:25:09 -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,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-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (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 02:25:09 -0700 (PDT) Received: by mail-lf1-f41.google.com with SMTP id x28so20115359lfu.6 for ; Mon, 22 Mar 2021 02:25:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=38oTXyjV20JP5/clIxnZObFd1+NYlEruUHMBUPM0DK8=; b=lQZSpNFh49cjhHbYs/+rbLzPXGa0tQJ5UuSe4BrV8BUcSQnD39aMHuaZCm/oZXtrpJ HsRdErIsRAvjL923mtTedMA9X3WxUcUEHuprxNfHzadHI9kZyXsB3vVW9g1OdkX1elCI 9XFOFcUKjBqm5fYu+8B5WiiKs6OIw8JunDt6TJ1SB4RKrB6OraMJQtyfRpUIBj+avN66 laMDNHUGRfeG6kWWBofVJNnqjwM4iOtVL/Uv/zVLzm0JM6ffMyUgO6CsSWUhDPoJicFQ 1/3Y7BHBj/iWaxmoI3WbFg18bgTHWLaOl8VW4xY722/Pnqfg73cGhFh6Njg3BXbP7qnM XwBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=38oTXyjV20JP5/clIxnZObFd1+NYlEruUHMBUPM0DK8=; b=A2N1Y1OiePhcEqYSXKSPitSsvngsu6PGqt/MCC97os/tbDrvtu1wuQcG5le452qk/F BlmA/SjgWBqTuKRX+8uFVhf8PyiQh6iLyoQ0SUhaXxjT6YQCJmX8t+KqPCQSrr1KLYcH qlb15PVMaN3/077I7PDyhzymelHih0BM6By0JgDs4QLtEfJbdMIihIWyM3+HDC/EiEP9 sigLC0aZ9+l2BSUNoH7dh5uTTfqjbb86QA9Kwa8rrM6hb5yMxliZItCmvUtzkmUcGzhs kj1O2SStwUx2kkw1ScP9IJhcD9CxKijAMGvxJVhggf2dP9p0L3azyCsWIlAUcrX60N/a MOFg== X-Gm-Message-State: AOAM531LRTPIo7+Yk+Aal1PuXR6hQ76yiGsQB37IfBoWi+3JpoLp/FdK 38oI/kZG1rRyn1tWAZ48b3Pl9Pp+uqApOWnQUOSLXY/EmqNdHw== X-Google-Smtp-Source: ABdhPJyExpp1fzTqsf7RVkUl+6VqonHuar7WqkRo6vrKzbugqG0OGs9dVv1tu0kOUgcocty3bg64597ItpfV0frk7Ls= X-Received: by 2002:a05:6512:442:: with SMTP id y2mr8736879lfk.159.1616405106626; Mon, 22 Mar 2021 02:25:06 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 22 Mar 2021 10:24:51 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000003195ad05be1ca485" Subject: [RFC] Deprecations for PHP 8.1 From: nikita.ppv@gmail.com (Nikita Popov) --0000000000003195ad05be1ca485 Content-Type: text/plain; charset="UTF-8" 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 for 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 should 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. Regards, Nikita --0000000000003195ad05be1ca485--