Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115289 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33440 invoked from network); 5 Jul 2021 09:21:45 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Jul 2021 09:21:45 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 174681804D0 for ; Mon, 5 Jul 2021 02:43:13 -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-ua1-f51.google.com (mail-ua1-f51.google.com [209.85.222.51]) (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, 5 Jul 2021 02:43:12 -0700 (PDT) Received: by mail-ua1-f51.google.com with SMTP id q3so6576898uao.0 for ; Mon, 05 Jul 2021 02:43:12 -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=Bywz9qMZcv5Vl/gKCUrz4KOUsKhBkHS/Lag9+MW4rrA=; b=a6qSov0i1MZpPi5eSVQ1c86Oy/UfTFFW3mBuTpW8GGTtTjeSCul/Lxzd2VRpxcHhHC RHTFgTSF5p5sUopwfdfQkGEV+5p83OXRkvFM9U/L+V7CT82CLCnfllXyxJevEb5A6PAw C5YyUYaYcGoBZ4qn0DazOIz3AiBsMSg8gNcymTN6WEkUmlxnKEb0sOxyP/9qqkfzH5Ss F0LK2xqiQeail3r+GpR5Bf0Gv+9E4CJ3RCw5U6jRx+xNP+5ElEJrkijhNiuZBChxRhij mMvXb7zA38uxMrVOetC5+vcjIf7faBJE3uR2dWEciba12Vs1SlfoGhTR+YezyGXgPk8c QRfw== 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=Bywz9qMZcv5Vl/gKCUrz4KOUsKhBkHS/Lag9+MW4rrA=; b=KmOPZyaTz3Wru1287lZ5+wXskqBNHsW/Zrye6zAlQAnI7yzFMxnl9MRGm3r3rOzzaf JQk6NgiHUL1uhl9YCN5Ts3q40tLMT3RXkcV/rq4dP9Lw7ISvtqiSPRzz7gGTik2kYApP 5DPaDDPwOIp1UZA7NNCXasn5ypJhv8I+o6LKkWxTq2ZiYlgy71lW8u4GLgOuhwp5WSWm pCLp3bGrGL1hqJq5TMNboGDgOybax7pMVjlLAIl24LZiKBjXjxXA8AgKoN04irVyBZH9 W57jqeyozbKmkMpnewCktdMVawg4K+d+7tjPCHuAwiPR51aHmKpw512rmyuFAM69Av7t WuBg== X-Gm-Message-State: AOAM530qGBVhiDH8HI+mOBkBQ/Xjg2XpAodvCp009wlSAPchHNQp8OWr UOBQygiPzYiUhCIVY+zE168/BrlCc7C3Q7PLOsM= X-Google-Smtp-Source: ABdhPJyFZ1EpUQ8bjfW+VaXpojrOjCdhfzk76RN6Z7cx76e8HLZAZZ97nW5L4MXVcgP4+rlX3WSmR4mWIiZyaYVOENA= X-Received: by 2002:a9f:2acf:: with SMTP id d15mr9151449uaj.82.1625478190346; Mon, 05 Jul 2021 02:43:10 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 5 Jul 2021 12:42:58 +0300 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000020367805c65d227b" Subject: Re: [PHP-DEV] [VOTE] Deprecations for PHP 8.1 From: dmitrystogov@gmail.com (Dmitry Stogov) --00000000000020367805c65d227b Content-Type: text/plain; charset="UTF-8" Return void by reference should be disabled (not deprecated) On Wed, Jun 30, 2021 at 12:32 PM Nikita Popov wrote: > Hi internals, > > I have opened voting on https://wiki.php.net/rfc/deprecations_php_8_1. The > vote closes on 2021-07-14. > > This RFC is a collection of various deprecation suggestions from different > people. Each deprecation is voted separately, and should be considered on > its own merit. > > Most deprecations should be uncontroversial, but there are some more > contentious ones as well: See https://externals.io/message/113657 for > additional discussion. > > Regards, > Nikita > --00000000000020367805c65d227b--