Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12572 invoked from network); 15 Mar 2016 17:47:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2016 17:47:56 -0000 Authentication-Results: pb1.pair.com header.from=t.carnage@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=t.carnage@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: t.carnage@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:35536] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/62-00207-BCA48E65 for ; Tue, 15 Mar 2016 12:47:55 -0500 Received: by mail-lb0-f170.google.com with SMTP id bc4so32136432lbc.2 for ; Tue, 15 Mar 2016 10:47:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=2QLxZPGirAHEtORqr9bBacXCfE2Z2785Cmq9OvHm55U=; b=ESxpSre8gE8hGQJZ5otcFcrGc2yF/wELTQq0C/lHJaHj6xXZra6fUtbicFkoED1TJe 84cqtk2rLMDRQahQuYZIlfTdkSKIUfu9w1wgqDziRt+4YKep8iT0dRPMaAoqMX/dPdHt TQiAv3fcv46eEOS+fpLUt6FUgpGCmdkksa5Z6f5LXZ/N/w6p1TJT4temjBm6LB/+7dzl mEVwGAzZLhAF0eHQ9mgQXOmPaBWCwhwLHpeLWlp3Qegiw5TI/mXxi27A5I28J8MjJLLD /+w4bdxjtsNmZ+Hf1Po8naQHnuT2T5tXXgfvn5JZmqeSfPIRxexTrndq2Xk8wEgZ3hay 5mHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=2QLxZPGirAHEtORqr9bBacXCfE2Z2785Cmq9OvHm55U=; b=E7WXCeZfV0WQKN1aNNwibw7O7AqKa+BNjKltvQADQau70DZIGhL/ns3bvGCx6pbraM J+lKFQV4qs9GMSheA7uhyeJSGuKZUK4BX9F7Cc0Ox3YsIua/B2QZIznyvQSLuonZH0x6 7YnX8R1K8FZyWshsGRonlK/G3Wx/QgEvSPYi3OnCfJA8NbcguhRPSfutl6NWwXcmzaXk yRLaS6b4x7eEgQnZ3CJVWxSvh5H3Xgd4hmmfz+RoRLnNemf+P5Pq4ME55nB0Q+8PysUA ZT7kA0UNrFiXbucE/3yXbxdhB2HxybZaJsnWCCGLoJaX+p8ZZo+xs8WYx6R+QWgqw9bZ UH2Q== X-Gm-Message-State: AD7BkJJsjk8xePlwI5rar0pU3wamBQRIlUTPB+tVbrXBV/PidV7N4Duqbz04DbfCP1ilkMxBdV6LbheQbznkVw== MIME-Version: 1.0 X-Received: by 10.112.146.201 with SMTP id te9mr10416594lbb.9.1458064072521; Tue, 15 Mar 2016 10:47:52 -0700 (PDT) Received: by 10.112.0.200 with HTTP; Tue, 15 Mar 2016 10:47:52 -0700 (PDT) In-Reply-To: <1458063647.1202380.549998114.3D69249B@webmail.messagingengine.com> References: <1458063647.1202380.549998114.3D69249B@webmail.messagingengine.com> Date: Tue, 15 Mar 2016 17:47:52 +0000 Message-ID: To: Will Fitch Cc: Ferenc Kovacs , Scott Arciszewski , PHP Internals Content-Type: multipart/alternative; boundary=047d7b3a87d61a4cbe052e19ffeb Subject: Re: [PHP-DEV] [RFC][VOTE] Deprecate then Remove Mcrypt From: t.carnage@gmail.com (Chris Riley) --047d7b3a87d61a4cbe052e19ffeb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 15 March 2016 at 17:40, Will Fitch wrote: > > > On Tue, Mar 15, 2016, at 12:18 PM, Ferenc Kovacs wrote: > > On Tue, Mar 15, 2016 at 6:13 PM, Scott Arciszewski > > wrote: > > > > > On Tue, Mar 15, 2016 at 1:09 PM, Ferenc Kovacs > wrote: > > > > > >> > > >> > > >> On Tue, Mar 15, 2016 at 5:11 PM, Scott Arciszewski < > scott@paragonie.com> > > >> wrote: > > >> > > >>> Hi PHP team, > > >>> > > >>> I've opened the vote on > https://wiki.php.net/rfc/mcrypt-viking-funeral > > >>> which aims to deprecate ext/mcrypt in PHP 7.1 then remove it in 7.1= +1 > > >>> (i.e. > > >>> make it only installable via PECL). > > >>> > > >>> In the interim, I'll be developing a (MIT licensed) decryption-only > > >>> userland implementation of the mcrypt ciphers so people can migrate > their > > >>> code towards something better. > > >>> > > >>> This vote is opened on March 15th, 2016 and will close March 22th a= t > > >>> 17:00 > > >>> UTC. > > >>> > > >>> (Sidenote: Apologies for the brief unannounced hiatus from > participating > > >>> here.) > > >>> > > >>> Scott Arciszewski > > >>> Chief Development Officer > > >>> Paragon Initiative Enterprises > > >>> > > In the RFC: > > "Removal from core: The following major/minor version (7.2.0 or 8.0.0)" > > and then > > "Vote =E2=80=9CYes=E2=80=9D to raise an E_DEPRECATED notice in PHP 7.1 wh= en any mcrypt > function is used and to remove the extension from core in 7.1+1." > > Which one is it? I feel removing at 7.2 would be too soon. I agree that > the abandonware is a nuisance, but many developers using ext/mcrypt have > no idea of this. Raising an E_DEPRECATED in the next 7.1.x, then > removing in 7.2 is just too soon. > > I disagree. It's not like we are obliterating the functionality from the face of the planet, any user requiring mcrypt in 7.2+ can fully aware of the consequences, install it from PECL. Also, bear in mind that some linux distros (RHEL) have already dropped mcrypt support. --047d7b3a87d61a4cbe052e19ffeb--