Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:96266 php.pecl.dev:14021 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30720 invoked from network); 6 Oct 2016 10:12:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2016 10:12:44 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.46 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.213.46 mail-vk0-f46.google.com Received: from [209.85.213.46] ([209.85.213.46:36220] helo=mail-vk0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/3D-23443-99326F75 for ; Thu, 06 Oct 2016 06:12:42 -0400 Received: by mail-vk0-f46.google.com with SMTP id y190so13152917vkd.3; Thu, 06 Oct 2016 03:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=WxsUvaE6k/qPqo+WRGLUToXwBoGzdzBt0/PDV1f2dmw=; b=jDH8uEt2/B90aH7P3Ymywi1F0uPmDMkjhseRMz2EgUzyPZSxvBasoCGaDyVFN8fX++ OAUpEKp29QXQ4bGsma1+Kref8U4bFpVR0p2P1IMfM02WWxPV6K0kcDKgOqm0rdy9BoTo twnEi5jBe/3PrAJpJ+KbV26jqVKBzK9zJ6rXMpVeElUN/DCdcoDA4eyR2bsNZ0rY/Fal GaevC08RK3P1K6pPxjXyRUyv/fMFj1NytQPU9+w1AH1DNKpBB0FUMUpThKisWCJfhGk+ g0MT19jPkyTZs8nNJo95LZE/pzkTCzRMqeWjFCFMANXvEM9VvpzRkPj4FTGSHsANRaq8 QU4w== 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=WxsUvaE6k/qPqo+WRGLUToXwBoGzdzBt0/PDV1f2dmw=; b=IP3aKtQKuxQI8cj0x086tmw4TA2ZQ0eJr5DvG8q9YZY2wgqRJ4pw9L8yj9+XUa30Be wQOsTAkjQlsqhoZu33pm66lmIrevaCivG74OiBXYAMa8VsCzI8qOzaJU/ISl2eHHEYib yTPUESyB/8YgELB16XE2SNn+tXri83NKw/M1Tijc042OFvZihITm1SXH7jyKrBz51j4q 4YDwRauMJ0zG2GZX039OBdTIKig4YL3ofEjdpeLxOlrBfnPtYwFUrOVQuRaM/wgaufPh tATt17Pei9wGVlzEqIhT5UuTd6FvDicGEePvF1KLapMVCqrTqjcYEGrtYEHxybWQi9BW MMBg== X-Gm-Message-State: AA6/9Rltkq2mPgBXXVNmfIT7wsg/bY9cJw8OqCBZfdVGqDoRsi+D7JrAeFNbhp9ilBT0S4lRioMXG9noZrGI3w== X-Received: by 10.31.157.201 with SMTP id g192mr10243804vke.85.1475748757909; Thu, 06 Oct 2016 03:12:37 -0700 (PDT) MIME-Version: 1.0 Sender: jakub.php@gmail.com Received: by 10.31.174.151 with HTTP; Thu, 6 Oct 2016 03:12:37 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 Oct 2016 11:12:37 +0100 X-Google-Sender-Auth: 8-sdmgqfEJw7GOE_aYYXNbxvKao Message-ID: To: Leigh Cc: pecl-dev@lists.php.net, PHP internals list Content-Type: multipart/alternative; boundary=001a114158fe7e51d3053e2f88f5 Subject: Re: [PHP-DEV] Intention to move mcrypt to PECL From: bukka@php.net (Jakub Zelenka) --001a114158fe7e51d3053e2f88f5 Content-Type: text/plain; charset=UTF-8 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 be accepted. Wrappers for libraries licensed under LGPLv2 are however allowed while being discouraged. See https://pecl.php.net/account-request.php Cheers Jakub --001a114158fe7e51d3053e2f88f5--