Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89798 invoked from network); 12 Sep 2016 08:17:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2016 08:17:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; 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:36286] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/C4-58405-29466D75 for ; Mon, 12 Sep 2016 04:17:23 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 5384E10C01C; Mon, 12 Sep 2016 09:17:20 +0100 (BST) Date: Mon, 12 Sep 2016 09:17:20 +0100 (BST) X-X-Sender: derick@whisky.home.derickrethans.nl To: Sherif Ramadan cc: Stanislav Malyshev , "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: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: derick@php.net (Derick Rethans) On Sun, 11 Sep 2016, Sherif Ramadan wrote: > On Sun, Sep 11, 2016 at 4:47 AM, Tony Marston > PEAR/PECL as a package manager has historically had little utility to the > average user apart from installing those PECL extensions which aren't > packaged by a particular user's distribution repository. Certainly hasn't > had any real viability in years. Trying to replace something that's > inherently non-viable I beg to differ - this time with stats: https://pecl.php.net/package-stats.php https://pecl.php.net/package-stats.php?pid=981&rid=&cid=7 https://pecl.php.net/package-stats.php?pid=214&rid=&cid=25 Literally millions of downloads, and recently too. The PECL installer is in *wide* use. cheers, Derick