Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95850 invoked from network); 10 Jan 2016 11:57:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2016 11:57:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.180 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.217.180 mail-lb0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:35537] helo=mail-lb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/7B-14657-E3742965 for ; Sun, 10 Jan 2016 06:57:50 -0500 Received: by mail-lb0-f180.google.com with SMTP id bc4so241171145lbc.2 for ; Sun, 10 Jan 2016 03:57:50 -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=xCRXuVkmCpLIMdTkVwk77lH06+ogcc9R0W7LruUlEvQ=; b=zuL3lKeJg9ohHaeiDX5qoOTck6Rk5ApqaG4OSQUjjxp22er4meT7pJxS76Ydu1kJlv UmUxIrwOmBTBiZvAy3pbKYf5rpSnp+vSva4MRs+nd3iPINHkN0iyzfGM8/U1yMCFm6uZ OFHLiWO0wqpKwmnPD26D8F7yrJ2MDh++JRyr547Vrd17lv0Sf4NHa2qgKExG+DFW0RJf Mc2mYosg9n2ikUfpCJMD0wWv3t+nF+pQK6XvJteryXEZcZdasKrxTcHUt+C5Cml5v2dr lS8fnoc3OVMgOavTYQKlotwdbpOXXEJvHIqaIpCZUjFIiuBrkLp6Mew+0o2KgDBUt8zQ 4DcQ== X-Received: by 10.112.63.233 with SMTP id j9mr44264147lbs.47.1452427067475; Sun, 10 Jan 2016 03:57:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.199.234 with HTTP; Sun, 10 Jan 2016 03:57:27 -0800 (PST) In-Reply-To: References: Date: Sun, 10 Jan 2016 12:57:27 +0100 Message-ID: To: Pierre Joye Cc: Scott Arciszewski , PHP internals Content-Type: multipart/alternative; boundary=001a11c3fe946b52460528f9873b Subject: Re: [PHP-DEV] mcrypt extermination plan From: ocramius@gmail.com (Marco Pivetta) --001a11c3fe946b52460528f9873b Content-Type: text/plain; charset=UTF-8 Edit: never mind - I must have misread somewhere that dropping in 7.2 was a plan. Sorry for the misunderstanding! Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 10 January 2016 at 12:56, Marco Pivetta wrote: > 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 :) >> > > --001a11c3fe946b52460528f9873b--