On Mon, Jan 19, 2015 at 4:07 PM, Sebastian Bergmann <sebast...@php.net>
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 ...
>
>
> --
> 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).

-- 
Ferenc Kovács
@Tyr43l - http://tyrael.hu

Reply via email to