Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78237 invoked from network); 19 Jan 2015 06:58:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 06:58:31 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:48366] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/52-64889-61BACB45 for ; Mon, 19 Jan 2015 01:58:31 -0500 Received: by mail-ob0-f170.google.com with SMTP id wp4so11891735obc.1 for ; Sun, 18 Jan 2015 22:58:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=0dqPqR+VPXnuIMtNx3CX5WU4xLFeEc2wqOcxwtmyvW0=; b=xSq53USxU8cSVsEU8ttIzx0ZI1/RBIbgQ+xIy53aKyA7pmPDSg9VYAsIj68YKj2K1l CiM1mqbhlNb+uUfK9DX/OZn4JdyBa/D5BCVppTJay86O/OVK+S3bwLP5b98eclBus2XK jxZXizB5jUktjAqZx5R3lbjrI3jT+RnHD1nen9/l1qyGW8rHZYbnVgMFms7zu34BMWnj NFFc8pye51ZSjGw0n+tnpFC5BoOXmeB+109LmmIkL/P08QoOKh0A5XwaZIF/+QdYMPHz ejc0ykIwJ9qo9xrFWjqeruZZIXnWl72WJUFiRLix/Y6XkTbM99hD1mkVPnif25siYOpI Vlrg== X-Received: by 10.182.27.207 with SMTP id v15mr17275356obg.21.1421650707619; Sun, 18 Jan 2015 22:58:27 -0800 (PST) Received: from [192.168.2.145] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id r132sm6131917oib.11.2015.01.18.22.58.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Jan 2015 22:58:27 -0800 (PST) Message-ID: <54BCAB09.4050408@gmail.com> Date: Sun, 18 Jan 2015 22:58:17 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Matteo Beccati , PHP internals References: <54BB7170.4060905@beccati.com> In-Reply-To: <54BB7170.4060905@beccati.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PEAR and make install on master From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > 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? Can't we just fix it? As I understand, it's just making this: function initializeConfig(&$config) into this: static function initializeConfig(&$config) In PEAR/Installer/Role.php but I'm not sure where to commit the patch or how to get it into phars (they don't seem to be the latest code in git). Anybody knows what's the right way here? -- Stas Malyshev smalyshev@gmail.com