Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61856 invoked from network); 2 Sep 2016 15:18:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2016 15:18:29 -0000 Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.220.171 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.220.171 mail-qk0-f171.google.com Received: from [209.85.220.171] ([209.85.220.171:34527] helo=mail-qk0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/3A-19490-24899C75 for ; Fri, 02 Sep 2016 11:18:28 -0400 Received: by mail-qk0-f171.google.com with SMTP id t7so122006857qkh.1 for ; Fri, 02 Sep 2016 08:18:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=UGjRJ3chCPqemllfi+Id7vQh5iOe1kNJQ7sbBGepXlQ=; b=0LwzfNKlhH5y9k4Y6yxmAbr+NnZHsj1pGTF7mMjwr2Yig/zn46EmXSK/WKoADtqoBZ xSxc8oz45VcSzwP2kgWWs1hhaLP9VvsJPe6vZQ+RXZDkUVLAYiHoEdIhfOsjG1HwuVHE C+x11IsN2saIFY3IMumEt1sSX0F60SLIAYkAPk8hIwoCan370Oup6HhSBVZFZ6haygaW BSb3ZX7+DIMmYBeTfkcSvyXCNPD0v5NjGu97wrFpYMkhq1aR16W/5FGRYvdz8suKnQgT fon/crQ5U2PtCwbh2OvbddDt/cA/jm0io+Ovk9/B00LzOJVsWlI5Jiu5XQd6nPcFQr39 dTuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=UGjRJ3chCPqemllfi+Id7vQh5iOe1kNJQ7sbBGepXlQ=; b=a7/14MAqbycg03fFXXH0LLuLoHZlWlu8PUvaq3z+c/fU5FbBzlGGTLQfP9aRzNx5aO N9ljCG1qgss78oEtLsDXZID3FkJEkfZxjf9uAHZL+7PCXgkaj6ucZew/ZMOoLoTpnvLr uFY+xZYSEXGFkEEz+2N38s+Fe99zV9u775qlmBveWxsCq+YK8rZyP8eHWijce85W9s4U YLNoyrnYqiDdXw7SIHaz2VAwkrj3VhNKMWRDWGebP3w/nCIVsPuy56t2By1Ls40szOJ0 Xwv8W6kukRQ945ZcHN/m2I6d9VNB6aNXhaO73EooEVpj3YIttctEJAVo6KPn5TlVRRG0 Xhsg== X-Gm-Message-State: AE9vXwOPsdm/qkkpo1Dpjlhwzzrg3yQy/KvgiBZm8+uEBpLlxtq7Kds8AaVlu2nm2fwtsJNHoZG9PxJQoOyNudJq X-Received: by 10.55.24.134 with SMTP id 6mr4265871qky.138.1472829503906; Fri, 02 Sep 2016 08:18:23 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.237.55.138 with HTTP; Fri, 2 Sep 2016 08:18:23 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Sep 2016 08:18:23 -0700 X-Google-Sender-Auth: gtPZm3Ee9Vk0qS89JT0LmhYWZO4 Message-ID: To: Leigh Cc: Scott Arciszewski , PHP Internals Content-Type: multipart/alternative; boundary=001a1142e86c657ab6053b87d7a1 Subject: Re: [PHP-DEV] [RFC][VOTE] Deprecate then Remove Mcrypt Closed (23-6) From: davey@php.net (Davey Shafik) --001a1142e86c657ab6053b87d7a1 Content-Type: text/plain; charset=UTF-8 I would still be OK adding this in RC2, TBH. I didn't realize it was missed, and it's something we _need_ to do. - Davey On Fri, Sep 2, 2016 at 8:08 AM, Leigh wrote: > 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? > --001a1142e86c657ab6053b87d7a1--