Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90450 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94425 invoked from network); 10 Jan 2016 11:56:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2016 11:56:55 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.169 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.217.169 mail-lb0-f169.google.com Received: from [209.85.217.169] ([209.85.217.169:33140] helo=mail-lb0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/1B-14657-50742965 for ; Sun, 10 Jan 2016 06:56:54 -0500 Received: by mail-lb0-f169.google.com with SMTP id sv6so234314843lbb.0 for ; Sun, 10 Jan 2016 03:56:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=9wmJsEXmeVUWIEWN1B+MLp0OTlaFOuy1ZtSpKzowVcU=; b=CfxeZSaP6tTIg2/Pt2JPO4mbHT54OuVu31UwacaW9YWa58UX5z3UBb5R0JxI7cQe9R M825Y9u5eOrKFB8DOpGzjIrlTOVAZ0b3cSVMOX2LG/3SH19FLVZCfY1LK53HMvLKyWma 6qBVpXCcxtDQEE3CmNxc4CBPcJ3TWRTq9QvNfQQlHSrazdgRZh0k+JvBjxdyZK/RySm8 Aoheu8/ToW5smn1Bt8SEw5oJvd7kNfnAno0WOktflUstpsl0AQW63HfqQYNRCGp0dM2m F/BVyACGiqQazbktoHcKWls9ImXmUCDaA6pg1DpaHSSj+Hd6FN8hcjJ3Yw3/D6m8Bn/+ gLig== X-Received: by 10.112.140.41 with SMTP id rd9mr5057379lbb.138.1452427010249; Sun, 10 Jan 2016 03:56:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.199.234 with HTTP; Sun, 10 Jan 2016 03:56:30 -0800 (PST) In-Reply-To: References: Date: Sun, 10 Jan 2016 12:56:30 +0100 Message-ID: To: Pierre Joye Cc: Scott Arciszewski , PHP internals Content-Type: multipart/alternative; boundary=001a11c25aa6021d660528f98450 Subject: Re: [PHP-DEV] mcrypt extermination plan From: ocramius@gmail.com (Marco Pivetta) --001a11c25aa6021d660528f98450 Content-Type: text/plain; charset=UTF-8 While I'd love to see mcrypt die, unless we all forgot how semver works, this isn't how it can be done :-\ If you want to actually drop something, regardless of how bad it is (and I know mcrypt is bad), then the next major version is where this should happen. Note that pushing for an earlier 8.0 is not a problem either. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 7 January 2016 at 20:12, Pierre Joye wrote: > On Jan 7, 2016 11:54 PM, "Scott Arciszewski" wrote: > > > > All, > > > > I propose the following timeline to give ext/mcrypt the viking funeral > > it deserves: > > > > PHP 7.1 - all mcrypt functions raise E_DEPRECATED > > PHP 8.0 - remove ext/mcrypt, only make it available through PECL > > > > There will be no compatibility layer in this proposal, but if someone > > wants to build one that sits atop openssl, feel free to do that > > separately. > > > > Sounds good to me :) > --001a11c25aa6021d660528f98450--