Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90225 invoked from network); 19 Jan 2015 15:15:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 15:15:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.217.181 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.217.181 mail-lb0-f181.google.com Received: from [209.85.217.181] ([209.85.217.181:51628] helo=mail-lb0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/D8-64889-E9F1DB45 for ; Mon, 19 Jan 2015 10:15:43 -0500 Received: by mail-lb0-f181.google.com with SMTP id u14so19191303lbd.12 for ; Mon, 19 Jan 2015 07:15:40 -0800 (PST) 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:content-type; bh=yebcN8NajYgfGopZUX82Ew19ytkj7zzaSon7KzR/7Jg=; b=EvXMIi+w6chTm4QLDvkkdShgzlrm3nFwd1JyESbn/dAnET6k+03EO2HN6RHzfCoiVp kFBf8dasqI1/956lBx0uxsI4t1DaXA1sF1SnAVO7oDQhFbV3doR7WIR47fbyQHiatPtO hDOYbUBXjt8Z+tVumjwEYn5P8g6bbVhWsrdiPp5caMMoV699YfYcM3xrzYEscYFTp4uO NjcSLFrtaTx6E6NYx78ze/aNhQcuAsi0fsmxR0QQ65usyeHk7nLsRtJNM8Pqe7semE+T Cf7vtyJF8L1/wz9bUSVWzDzclgkGvrSUgK8c6xSUdFkII5ChORKlTuGm/18TXs3MLUXX zVhw== X-Gm-Message-State: ALoCoQmoHyBL4xfx/Xh3vH+LLuJrOgKr6Ek2vVU4plxLwvJkKV2k7wfk36G9abS9vHFYygGRcCGhVyH/0YEwYuQzrfwMVgPNptOcN50Wy9V5fUmrGm4vUlu57WqHhcfiknqLHSCvGuygaNm4UAaYL6bxgt5TCATXkg== X-Received: by 10.112.62.194 with SMTP id a2mr31731919lbs.73.1421680539973; Mon, 19 Jan 2015 07:15:39 -0800 (PST) Received: from mail-la0-f50.google.com (mail-la0-f50.google.com. [209.85.215.50]) by mx.google.com with ESMTPSA id ki4sm3737650lac.1.2015.01.19.07.15.38 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Jan 2015 07:15:38 -0800 (PST) Received: by mail-la0-f50.google.com with SMTP id pn19so29257709lab.9; Mon, 19 Jan 2015 07:15:38 -0800 (PST) X-Received: by 10.112.12.65 with SMTP id w1mr31834062lbb.68.1421680538123; Mon, 19 Jan 2015 07:15:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.64.176 with HTTP; Mon, 19 Jan 2015 07:15:17 -0800 (PST) In-Reply-To: <54BD1DA9.2050303@php.net> References: <54BB7170.4060905@beccati.com> <54BCAB09.4050408@gmail.com> <54BD1DA9.2050303@php.net> Date: Mon, 19 Jan 2015 23:15:17 +0800 Message-ID: To: Sebastian Bergmann , pear.core@lists.php.net, cweiske@php.net Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PEAR and make install on master From: laruence@php.net (Xinchen Hui) Hey Pear core: On Mon, Jan 19, 2015 at 11:07 PM, Sebastian Bergmann wrote: > Am 19.01.2015 um 07:58 schrieb Stanislav Malyshev: >> 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? > > I checked out pear/pear-core.git but cannot figure out how to run > the test suite. Don't want to commit a change without running the > tests ... maybe you should involved in recent changes which could impact PEAR? thanks > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- Xinchen Hui @Laruence http://www.laruence.com/