Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:96261 php.pecl.dev:14016 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10158 invoked from network); 6 Oct 2016 05:02:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2016 05:02:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.174 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.174 mail-ua0-f174.google.com Received: from [209.85.217.174] ([209.85.217.174:34284] helo=mail-ua0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/4A-23443-1DAD5F75 for ; Thu, 06 Oct 2016 01:02:11 -0400 Received: by mail-ua0-f174.google.com with SMTP id p25so7684808uaa.1; Wed, 05 Oct 2016 22:02:09 -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:content-transfer-encoding; bh=uVNnLdWeKHS4yo4u/NVZd4YqBB0S/L7pZ8mBfl/UDXQ=; b=Oc3oamqTlhKTZsuVj1Kq0S6E+R/IPVKAMltMp/z7jKsDxce3B1lbWuBA/jWs7/66vv ZvRSJbIHy9LifCLAXCagVHlzvAQjDu1Fns9DV9wC1vq64+VKf+stpD3EarSHkKOHaHx1 HvGtTCzh2EVMN8Y/jPtLMMmz9vLVRZUDqeLdV7/ZtNkbjKifcnddOkfzTprnTp1CdIld npCjbB4mZW394oHSreBFtlU3CMUDQcTbBeiYytlr0ujYku+Cwa5NqG0vjZw30K2IcSvF Cp96LMiS5iF3FfX3UKwbw6OhU+qaPrOVwnsNMNIMVGUT2SHIPsfhhPG8vkMa4fAzSq1B UtDw== 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:content-transfer-encoding; bh=uVNnLdWeKHS4yo4u/NVZd4YqBB0S/L7pZ8mBfl/UDXQ=; b=IMDCQXz2Tu1XnKuI/eDydYxPROeD5mr1voKmQiTRRbEPL5sp6QlA2E4uzstYJv3kPY 1/Kw6QNs7CKQvZqtiH7Whv+aM2WQG9CLbp03WbDFuu2npZanJ7UXXth1kqbPIK7/Ro0U hcI1BeG/8tqMYTGKDmt2lJNAzP/W3EJ0JdHWeXPObd2Ju5xyOrdeg8M+qP1Vz88zxxiJ u+9al0bVWObQYb5hG0oajz7iMCU0wB5LsbJbNtx9SqjqFE96rxoqWEagor7621+puSgU 7DrvJC+jwqIBxzva6cXjQup6KqsGjQV7PbViG1NYeqLQ97MIaDdoX761F5K6KtrNYaum 9UGw== X-Gm-Message-State: AA6/9RkM5US+tlt3YkIsRzvO3iOvpjVvl4EzGA48TpQel58mYz3yPVTq3aEHtbWBNrvmOgWxh73tGVvibFJILA== X-Received: by 10.159.54.171 with SMTP id p40mr8588145uap.93.1475730126618; Wed, 05 Oct 2016 22:02:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.0.18 with HTTP; Wed, 5 Oct 2016 22:02:06 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 Oct 2016 12:02:06 +0700 Message-ID: To: Davey Shafik Cc: Leigh , "pecl-dev@lists.php.net" , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Intention to move mcrypt to PECL From: pierre.php@gmail.com (Pierre Joye) On Thu, Oct 6, 2016 at 10:22 AM, Davey Shafik wrote: > On Wed, Oct 5, 2016 at 8:11 PM, Pierre Joye wrote: >> >> hi Leigh, >> >> On Tue, Oct 4, 2016 at 11:58 PM, Leigh wrote: >> > Hello list, >> > >> > It is my intention to create a new PECL package for ext/mcrypt, so >> > that it can be removed from master as per the RFC >> > (https://wiki.php.net/rfc/mcrypt-viking-funeral) >> > >> > I do not expect there to be any updates to the extension after it has >> > been migrated, however we voted to move it there. >> > >> > Any objections/comments? If not I'll apply for my PECL account in the >> > next few days. >> >> I am not sure to follow. >> >> We rejected to move it out of the core for 7.0. This RFC is about >> deprecation for 7.1. >> >> As much as I want to kill this beast as soon as possible, I do not >> think we can kill it in 7.x but 8.x. It is also why I was pushing so >> hard to kill it in 7.0, knowing that this will be tried again and >> sadly for 7.x. > > > From the RFC: > >> In PHP 7.1+1 (be it 7.2 or 8.0), the crypt extension will be moved out o= f >> core and into PECL > > and > >> Vote =E2=80=9CYes=E2=80=9D to raise an E_DEPRECATED notice in PHP 7.1 wh= en any crypt >> function is used and to remove the extension from core in 7.1+1. > > So, per the RFC, moving to PECL in 7.2 is correct. "In PHP 7.1+1 (be it 7.2 or 8.0)," I took it as 8, for the reason explained earlier. --=20 Pierre @pierrejoye | http://www.libgd.org