Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:96269 php.pecl.dev:14023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40744 invoked from network); 6 Oct 2016 12:35:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2016 12:35:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wm0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:34832] helo=mail-wm0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/CE-23443-A0546F75 for ; Thu, 06 Oct 2016 08:35:23 -0400 Received: by mail-wm0-f42.google.com with SMTP id f193so287921293wmg.0; Thu, 06 Oct 2016 05:35:22 -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=rKjv2zCwmOdkH0bybzEtBn2JbBPbY4NZMuQiRrzm2+0=; b=mLi5k70kw3weBDClzk2fHeuKiH/c3PC7GnNFsN/jlvLD1lOVyP1UZJQYhXgS+2p559 DSC14XirNt7d1/I1JowYb/FgzcJZz/uWM+6AlpT3d6qglBlBlmji6oZIuTNo0Ga4xFXR tYMqfM45+Anlpt+cKCcXwttlqaNjKXQMO5UPqsnkVMvfxAdta4ypFHI6pzr8WHjkvRtz tjY2svCHdtDoRqosu9mAYgKsnbgy43SJSwxXm5jl3WBc9pF+aHjDB9ZYpl6fVlZULr+c BwIpk6iu+Ejw/TfjRk1o+ebf9mU9VYLvsXGPR5mvGaHSudfYZi/oaxbanEYrtsWHara8 iNbg== 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=rKjv2zCwmOdkH0bybzEtBn2JbBPbY4NZMuQiRrzm2+0=; b=VtXJz9btds2M5tT3Chms4bjok05quERHVkqGgGOg1XQGNQC0Lg7yJlsgkXGiSm5zd3 Q4o07MZwehRIJybQ/k4VFBunQdxSNdQBh/Is+/RsTVZKw1UZCu1I396S0+0jpGt3RWLZ y/NFwJK0CIRsZFSK0gj9LbPAexu4u1tfRsm8xZwl/mWmnW2kIpPF2zQZBDOvO7JcplVp Sp0mrNc4F/f9YZf/AZzaY718whBgCYJcKziI29CVgWa4TB13t6/MRChj+FFNB7bSRzqC xAtPm6S77MLaNnYnNb8Tjmn8beRHeGOyYqoFAc4TqF0pu+7z1ko9oMJ5mGjuHQ8N44t0 7myg== X-Gm-Message-State: AA6/9Rl5Xhet7FVjNUDwgKSStlEQGtQvnKKmS8PtWN5UBipfx5HBIFlqKYw3IciJEGMBhGTxBmd/Tj2og9ioag== X-Received: by 10.28.211.10 with SMTP id k10mr14461876wmg.16.1475757320209; Thu, 06 Oct 2016 05:35:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.64.72 with HTTP; Thu, 6 Oct 2016 05:35:19 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 Oct 2016 14:35:19 +0200 Message-ID: To: Jakub Zelenka Cc: Leigh , PECL Announce , PHP internals list Content-Type: multipart/alternative; boundary=001a11468b5ed8d62b053e3186a1 Subject: Re: [PHP-DEV] Intention to move mcrypt to PECL From: tyra3l@gmail.com (Ferenc Kovacs) --001a11468b5ed8d62b053e3186a1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Oct 6, 2016 at 12:12 PM, Jakub Zelenka wrote: > Hi, > > On Tue, Oct 4, 2016 at 5: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 don't think it can be added to PECL as it breaks its licensing rules > (mcrypt is GPL licensed): > > > - Note: wrappers for GPL (all versions) or LGPLv3 libraries will not b= e > accepted. Wrappers for libraries licensed under LGPLv2 are however > allowed > while being discouraged. > > See https://pecl.php.net/account-request.php > > Cheers > > Jakub > AFAIK mcrypt is gpl, libmcrypt (wrapped by our mcrypt ext) is lgpl so it would be fine for pecl. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11468b5ed8d62b053e3186a1--