Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21197 invoked from network); 11 Sep 2016 10:44:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2016 10:44:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:37960] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/39-46544-78535D75 for ; Sun, 11 Sep 2016 06:44:23 -0400 Received: by mail-wm0-f41.google.com with SMTP id 1so100174380wmz.1 for ; Sun, 11 Sep 2016 03:44:23 -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=hVBe1voHE5XD2L2N6PkfnF9sDhdTyCYdra4bvFcGN8w=; b=imTiBICsc8z3DwDoAn8lSQb0MnJwuls5wjeNAGL82muJRkghaS39CfoaLuYo4ROpV5 manc8SlMSVp5kN4CsHBkbolxxmZsq62a0r4Z5YEbmXSdbRX87wTlDXQ/m64IKEHy7GJO lEp4F5GMxEF2hVjYMrRG+xh9mcK2ph/pSzWzDWTZ9FQKF1p0PawkZhxFhKinG6pOvRfY yQ9cgWJDE8Ui450CP0Q0w87IxedAZyzFXce3oE3HS7cR00UhDgsj7z/CEF8dtZPw+XzG ggs+8m2Q1n5lPcrS44trSXcK83Pm/5zNhdqeusNQ4YGd8agOz3o6BVEv9S55Av8938hG uyHA== 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=hVBe1voHE5XD2L2N6PkfnF9sDhdTyCYdra4bvFcGN8w=; b=ArUoulDb9/xR+MJlpGssmXl6b9hcxeISrG/SYmvQRgpWjpxS/P665EcBkX2eNmAl3D bkGZFhHzzK/18OXvt1kODLoYkNOfKQgFO0aDQ1q8iM6og3bmoNf1Xhp/FdPlmZh/M4pj XTZPtVLaEhwEXiDvisbY54zdBNbdbtR+AcjQxR5EMdPbK3uXTRRLENX+mWBiuVtcI6hT WjArifEFZ8Cd9MY574kh4kM8M8Wlst89eOJKZyjRSS8fi4W33FcnF+X8PO6i5fMEBucK 5ZaF/K8R1NkH54iwxNfreTu/gKRQrjoOeqP4ZpD2YEYzuIsJDzPIjNhTbcQMd+a3rIq3 ofMw== X-Gm-Message-State: AE9vXwOH84jBCZZpwrgbsIyms4DFtWqM3EQKRCwSWLaPMMUlNQyrWH3zqhv/ZYfBrB1rj2iqDDaxq8AvMz5txQ== X-Received: by 10.194.172.42 with SMTP id az10mr10154179wjc.178.1473590660526; Sun, 11 Sep 2016 03:44:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.185.102 with HTTP; Sun, 11 Sep 2016 03:44:19 -0700 (PDT) In-Reply-To: References: Date: Sun, 11 Sep 2016 06:44:19 -0400 Message-ID: To: Tony Marston Cc: Stanislav Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e01229296dd79a4053c390fc9 Subject: Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with composer/pickle From: theanomaly.is@gmail.com (Sherif Ramadan) --089e01229296dd79a4053c390fc9 Content-Type: text/plain; charset=UTF-8 On Sun, Sep 11, 2016 at 4:47 AM, Tony Marston wrote: > Sent: Saturday, September 10, 2016 7:47 PM > >To: Tony Marston ; internals@lists.php.net > >Subject: Re: [PHP-DEV] [RFC] Deprecate PEAR/PECL & Replace with > composer/pickle > > > Then I suggest that those who are so anxious to see of death of PEAR/PECL > should be forced to provide a viable alternative first. Otherwise they > would be just like those stupid politicians who try to force commuters out > of their private cars and into public transport without realising that the > existing public transport system is NOT a viable replacement and is > incapable of taking on the extra load. > > I just want to say that PEAR as a source repository, has been dead for quite some time. It's filled with outdated code that has hardly seen any maintenance in years, and nobody really contributes to it anyway. 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 with a viable-alternative seems like a pretty moot point. --089e01229296dd79a4053c390fc9--