Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115395 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 83239 invoked from network); 12 Jul 2021 07:26:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 Jul 2021 07:26:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 825771804C9 for ; Mon, 12 Jul 2021 00:49:56 -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-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (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, 12 Jul 2021 00:49:56 -0700 (PDT) Received: by mail-lj1-f171.google.com with SMTP id u14so11925068ljh.0 for ; Mon, 12 Jul 2021 00:49:56 -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; bh=ExLhODIAG4bvJIOiadoX6wEbwiQB7IV7DfXU9mhmD0I=; b=FFTI2Le4oelaFXEob3zzuBe2hvLCV9TO0J1+HUZEf3DkAd85S0veePLw3uxlVLAEbo FXLTaGrZ7C/qzrPR8+/f9Q3BXA1ni/WkD5ExbZ6zUZp165W6HkIC2tzmCwaod8Kxz6Xk hpR/zR6kCkjODbC4QdI8HFhl37dgAlmj8jKCmDmwrPXND4xcdbSiRI4mDRtprNu6dKGH JdkeY78vtIpDbDI0pfkdPg0/xI2ZMSiEPm/mKAvFmejlpEEMONOLZlCq/MgM1EbiVyEl Yxv98rX3Rqrl1gyVCdg+A7bZc2coJz2edKk5vp3qcHBn4plnwxbL+ZHung03WlS9I/B0 RtsQ== 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; bh=ExLhODIAG4bvJIOiadoX6wEbwiQB7IV7DfXU9mhmD0I=; b=JyQopabfL8staWuVZw4erOTf2/XcthOnM/de7gzWLpHidnKY9jaqNvLJuA2sqSPU4A XD0XhAT/lSHD/DB41JHKR+xNG+n7cyYy7F+kys8RWS2AOMzVXJAwjh/LduGhkaL3D/zP tMdRsHicgCYsvSMxdEwc4YqlJme5SWBjkMTxwpjd70nqbxFZJMNkfTmyW3/EGJwVNGmR Bsg6LGMneaBvoaT40qOMk0MTSwX6oDH4e8PH3803mX88TXuVqOHcp2Y9fdCr3mz3lJ2O 1OFQWfGWwsMlUnX6Ryu/suP5DheJuIKw0+fK+aY7g+y1JozESoC4OezWyZrbSiEtyoK9 FHgA== X-Gm-Message-State: AOAM531lGHxdvJaj/cn9sfvrOgVzTd1UqnkFMhUQtcc7H7lwOMbuqR+x o0b6Fkd1erWvQBAsRChTwnH2w6rPLo+S+Xsi6bAKbFaTgCpYhA== X-Google-Smtp-Source: ABdhPJwNPv/Uk8IFRQTArKJ4F9hpRBqv4/Xr7l+LVaXbWlUNmnyPSraGzsR0GlqbuH1U61PEYJKGEMD/5SQs/YE3Sgc= X-Received: by 2002:a2e:911a:: with SMTP id m26mr9935120ljg.109.1626076193092; Mon, 12 Jul 2021 00:49:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 12 Jul 2021 09:49:37 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000ddf5e605c6e85d18" Subject: Re: [VOTE] Deprecations for PHP 8.1 From: nikita.ppv@gmail.com (Nikita Popov) --000000000000ddf5e605c6e85d18 Content-Type: text/plain; charset="UTF-8" On Wed, Jun 30, 2021 at 11:32 AM 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. > The oci8.old_oci_close_semantics deprecation is looking for someone to implement it (I'm not sure who added it in the first place). I have everything else covered, but don't have an oci8 test environment to work on this one. Regards, Nikita --000000000000ddf5e605c6e85d18--