Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:96258 php.pecl.dev:14013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84310 invoked from network); 5 Oct 2016 19:11:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2016 19:11:34 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Received: from [82.113.146.227] ([82.113.146.227:55306] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/D7-23443-46055F75 for ; Wed, 05 Oct 2016 15:11:33 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id A4FAA10CF31; Wed, 5 Oct 2016 20:11:28 +0100 (BST) Date: Wed, 5 Oct 2016 15:11:28 -0400 (EDT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Leigh cc: pecl-dev@lists.php.net, internals@lists.php.net In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PECL-DEV] Intention to move mcrypt to PECL From: derick@php.net (Derick Rethans) On Tue, 4 Oct 2016, 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. It should be migrated properly, and also to GIT. I prefer that it is released with my username as "lead", as I wrote a big deal of it. cheers, Derick