Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80746 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7245 invoked from network); 18 Jan 2015 16:44:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2015 16:44:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.176 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.176 mail-we0-f176.google.com Received: from [74.125.82.176] ([74.125.82.176:49093] helo=mail-we0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/AE-18613-1F2EBB45 for ; Sun, 18 Jan 2015 11:44:34 -0500 Received: by mail-we0-f176.google.com with SMTP id w62so1135369wes.7 for ; Sun, 18 Jan 2015 08:44:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UiCh75M5VonNl10uwgmFkMJgwBxeuDMEbs0RYSoPjXA=; b=iN9qZ9cCem7H6tIKDbGUEkYH8HYP0tnAPDn1L+5CxCuRWs2aLgbgnppi+bSFEIy7Aj Y5zF9LKIYsMofFfI7rAPHNStV9TWKB9JqLCba1B9TwVhu0tII/O4kecYxLBToF78cLjz 51SXvtj8ETapCVh9JBy39x85l4HI4z9eLMA5CxNLUtlk5+dtzUiUHDEEvX6uJ+ZFoPGU pDNT5nQ+hGWEtaRP7Z+TP9yFVi3J2vbSuAt3lHz6a0582exeXrTVXiV0bTtSehJb/BVI VHgf+uSOdqX+5r9eUcaMyhBvek39wz+IpMX0zLWKTb5/SGhDiBszBcrhHOkqnX1XiUDg d3Iw== MIME-Version: 1.0 X-Received: by 10.180.101.131 with SMTP id fg3mr26409587wib.36.1421599471063; Sun, 18 Jan 2015 08:44:31 -0800 (PST) Received: by 10.27.10.138 with HTTP; Sun, 18 Jan 2015 08:44:31 -0800 (PST) In-Reply-To: <54BB7170.4060905@beccati.com> References: <54BB7170.4060905@beccati.com> Date: Sun, 18 Jan 2015 17:44:31 +0100 Message-ID: To: Matteo Beccati Cc: PHP internals Content-Type: multipart/alternative; boundary=14dae9cc93087c5967050cefeba6 Subject: Re: [PHP-DEV] PEAR and make install on master From: nikita.ppv@gmail.com (Nikita Popov) --14dae9cc93087c5967050cefeba6 Content-Type: text/plain; charset=UTF-8 On Sun, Jan 18, 2015 at 9:40 AM, Matteo Beccati wrote: > Hi, > > so, the removal of deprecated features has started and make install is now > rightfully failing because PEAR is installed by default, although it is not > compatible anymore: > > Installing PEAR environment: /home/atlassian/phpNext/lib/php/ > > Fatal error: Non-static method PEAR_Installer_Role::initializeConfig() > cannot be called statically, assuming $this from incompatible context in > phar:///.../pear/install-pear-nozlib.phar/PEAR/Config.php on line 599 > make[1]: *** [install-pear-installer] Error 255 > make: *** [install-pear] Error 2 > > I've tried to look up the pear MLs, but I haven't seen any recent > activity... what's the plan, if any? > That's a good question. As far as I understand we still need PEAR because it also provides the PECL installer. So it would be good if the installer is fixed. As an immediate action I would suggest to disable installation of PEAR by default, given how it should be irrelevant to most PHP users who don't install extensions via PECL. Nikita --14dae9cc93087c5967050cefeba6--