Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:96262 php.pecl.dev:14018 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19291 invoked from network); 6 Oct 2016 08:41:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2016 08:41:56 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.169 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.161.169 mail-yw0-f169.google.com Received: from [209.85.161.169] ([209.85.161.169:34674] helo=mail-yw0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/2B-23443-15E06F75 for ; Thu, 06 Oct 2016 04:41:55 -0400 Received: by mail-yw0-f169.google.com with SMTP id g192so8787163ywh.1; Thu, 06 Oct 2016 01:41:53 -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=jGOylYCpMKFhodRLvFKe5C/akbM1dmO6AlFUUvk1/ZY=; b=kxiP4ljFJn9X47sjOzwo+Iuony2ZT023NEhzX49RjGMXGGc7Xi031ywSqf0dOQHwqN aYL5m8ToI9Ra2KkDpgR7+XfPDBsBx8OkkvIow3CgN39cFIpzoIMUXnF7DVGfEigwZw2N zvI5amdrYkdiB7VXvNOq6dUbkYAeY8L/fCsIXXhlgL5AlKIy+M5TfQvzuC2EI8K5eA0C 3+zFpX41myp49WB5kmAcpBnfhYIW44rcB6Y1vsRhanWGjfSoRyEIJKo46uR1NQjPiSEj HUEQMSHXUKJVVYB1TRNvx791ZRjmrfcdWIWLUYaiZyv//nTbMZaokqr1R41dcxV4voqd Sd/A== 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=jGOylYCpMKFhodRLvFKe5C/akbM1dmO6AlFUUvk1/ZY=; b=HeYD/NVmSsqpC8uZHJZSOMXASON1HuzewlDDkAzHXhBB6h3f7dJs1k647aTaRtZZd3 1M7b1D8lLZ7DolBheZ0xjdXbjnQ1+Vc2PWliTvIu88BuzkKk0xD7+H3kUtRTxVY5ryU8 ugQLZILBxo8rLd9MCrxwbPYvf902tER9fKRsgZRkUkeAGD8Zp3lC1KMOuceGEulqnBuK 5trU3dp4CwPRxZPotNeM73sWeaxM8okg8LePNF6ww/IyhwxqFeCdMvHxTZJPhOZ35ldk 9IvS46S5NtmDHd0DqgCiTDnJnpf6suIIgcPH0iAn/W1nWyr2O6cprsHBIzBMRA7RNO2C JO9g== X-Gm-Message-State: AA6/9Rn3SXOvgq2H/C+0QL6MIhGYlV9yZ74XZwnclo0B05wR25DZeFTUWGw/nD91rPW04IVcv9ploAa5tIaDJw== X-Received: by 10.129.178.130 with SMTP id q124mr6990249ywh.328.1475743310478; Thu, 06 Oct 2016 01:41:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.204.129 with HTTP; Thu, 6 Oct 2016 01:41:49 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 Oct 2016 10:41:49 +0200 Message-ID: To: Davey Shafik Cc: Pierre Joye , Leigh , "pecl-dev@lists.php.net" , PHP internals Content-Type: multipart/alternative; boundary=001a114aee68cd8138053e2e4336 Subject: Re: [PHP-DEV] Intention to move mcrypt to PECL From: nikita.ppv@gmail.com (Nikita Popov) --001a114aee68cd8138053e2e4336 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Oct 6, 2016 at 5: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 = of > core and into PECL > > and > > > Vote =E2=80=9CYes=E2=80=9D to raise an E_DEPRECATED notice in PHP 7.1 w= hen 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. > > - Davey > Furthermore the release process RFC *explicitly* allows moving extensions to PECL in minor versions. Nikita --001a114aee68cd8138053e2e4336--