Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95572 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58496 invoked from network); 2 Sep 2016 15:08:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2016 15:08:20 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.50 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-lf0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:33520] helo=mail-lf0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/C9-19490-3E599C75 for ; Fri, 02 Sep 2016 11:08:20 -0400 Received: by mail-lf0-f50.google.com with SMTP id b199so86086662lfe.0 for ; Fri, 02 Sep 2016 08:08:19 -0700 (PDT) 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; bh=k9yAbQV1sWczGeqJHEIajaRCg1FLQg2Ije8tzWO5TJI=; b=JemmgwkhYcORrljL/zzAPaRbNW7+BWySQoQLjCrStAYdyFUGgM+fFlEG/QPWrBjohT I0HXQGbmxz3P0T7fX+0qdohEz8RkNCf+Wpyv7+baxTt00fgcI+EYD4Ae2FnjjlkVe8ra Iu9KaggiKDgG1ZntGxcJ5xd/90p3LQziNLy1KkWqHwNwswOQcvDcrwJxzqJIJKyZudXC CfkVcEK7m1q/m38cucW4ssVJEiEdCErUxdgOeY05/4TlBs/WFg/n5hH9CuhRRuVXKHuB FNI9N7iHuByxuXQOuicKdW0KgRNEjH+V8D0BSc1RYxyj9FcVl5JHglffk/JuaLiOCdEJ +hNg== 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:from:date :message-id:subject:to:cc; bh=k9yAbQV1sWczGeqJHEIajaRCg1FLQg2Ije8tzWO5TJI=; b=gPMpj8dMBg8/bI2G1l6ZD6bzCXFuIvmSNvGrE6+BZgujhtKZdB5oP8XUqxvZgyCEYE s9BbsPxG+dVvjd3Ww8JlyX8XKpxsonx6PsoPH8AfouZ34Zpx+OVP4QauS/dX76hIgUwg sidwfiENtdlmxGMapNroI9ksliGI5T/ujUtquAARN33CRqL56cyZZ7oRGW5gETnHU/I8 rN/nWwXk8p2c/tEeQ9wTfQcnCR7WS3JPQxLfJNi1n0Kq2t4ZPkPzN6fuLA8U53jbMo71 Hrk9g9NmlIrNP+JsELeZTi6kqlQ/16lcin3TY2TS3g14DYPqVfuq7ObwrOHsFSuXSg5W M36w== X-Gm-Message-State: AE9vXwOsOlSYoRNfvNveH8hEwVHrhCsYBIywqsT8R2HaOpvjoH1ZwkjfxhWlRSnju/W+aSKGBokXAZDdP6vxyg== X-Received: by 10.46.1.85 with SMTP id 82mr766257ljb.8.1472828895439; Fri, 02 Sep 2016 08:08:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.149.208 with HTTP; Fri, 2 Sep 2016 08:08:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Sep 2016 16:08:14 +0100 Message-ID: To: Scott Arciszewski , davey@php.net Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][VOTE] Deprecate then Remove Mcrypt Closed (23-6) From: leight@gmail.com (Leigh) On 22 March 2016 at 17:00, Scott Arciszewski wrote: > Hi all, > > https://wiki.php.net/rfc/mcrypt-viking-funeral > > The tally of closing (2016-03-22T17:00:00) is 23 Yes, 6 No. This is a 79.3% > favorable response, which exceeds the 2/3 majority by a significant margin. > > Thanks to everyone who voted or participated in this discussion. > > I've heard and respect some of the objections raised by folks who voted No, > but moving this liability out of the core into PECL as soon as possible is > not only a good move for the security of PHP applications, but now we know > it's the choice the community wants. > > As promised, I'll get the E_DEPRECATED patch written soon. As we're now at RC1, I assume it is too late to push forward with this?