Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91785 invoked from network); 19 Jan 2015 15:16:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2015 15:16:40 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.182 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.82.182 mail-we0-f182.google.com Received: from [74.125.82.182] ([74.125.82.182:41545] helo=mail-we0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/39-64889-7DF1DB45 for ; Mon, 19 Jan 2015 10:16:40 -0500 Received: by mail-we0-f182.google.com with SMTP id l61so6739217wev.13 for ; Mon, 19 Jan 2015 07:16:37 -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=gCEugsXhm6XstYeB0EEA4A8fLAPOW4Jik23Oo95HSeg=; b=ZPD90WcwU3A4ITEPXJbmH595JRptJwZpL/hN70AjbeEt5yUkHrcFfaxSuSIX2J+S1J To3DiI4WYH4/7IlkCQK0qlpZjmCDLHBURn58/lfPOS1xnlNJeELt96faj2dTR8a7o5aQ Ynw5WlqmkxQo/0sL1WiQYLqTLbtO61+XZqv6wkoFhEJ5fDgjnVCEnfK7VSKUpYDVetta J3OQ+hcyKNFQTVNEvwrHmdCMrRsjn0k/6JUbGpsF4VtX8ThPQ2zfjv/VqDTe/QjMhk5E QIVDEQFnUsb5KxvMvpLETqSwIV6qIFzVUGp0ocvm9S/fldbAb8dxstL2QbOErYWKusBB bruQ== MIME-Version: 1.0 X-Received: by 10.194.175.102 with SMTP id bz6mr59028548wjc.120.1421680595974; Mon, 19 Jan 2015 07:16:35 -0800 (PST) Received: by 10.180.88.33 with HTTP; Mon, 19 Jan 2015 07:16:35 -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 16:16:35 +0100 Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0149365ae84117050d02ce12 Subject: Re: [PHP-DEV] PEAR and make install on master From: tyra3l@gmail.com (Ferenc Kovacs) --089e0149365ae84117050d02ce12 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Jan 19, 2015 at 4: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 o= r > > 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 ... > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I've started working on it already (had to fix pear-core for php 5.5, so I have a bit experience with it). --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --089e0149365ae84117050d02ce12--