[PHP-DEV] Re: [PEAR-CORE] Re: [PHP-DEV] PEAR and make install on master

2015-01-26 Thread Ferenc Kovacs
On Mon, Jan 19, 2015 at 9:56 PM, Christian Weiske wrote: > Hello Xinchen, > > > > >> 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? > > > > > >

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread Christian Weiske
Hello Xinchen, > >> 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 > >

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread Ferenc Kovacs
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(&$confi

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread 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 initializeConfi

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread Sebastian Bergmann
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 pa

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread Pierre Joye
On Jan 19, 2015 6:09 PM, "Derick Rethans" wrote: > > On Mon, 19 Jan 2015, Pierre Joye wrote: > > > On Jan 19, 2015 5:14 PM, "Derick Rethans" wrote: > > > > > > On Sun, 18 Jan 2015, Sebastian Bergmann wrote: > > > > > > > Am 18.01.2015 um 09:40 schrieb Matteo Beccati: > > > > > what's the plan, if

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread Derick Rethans
On Mon, 19 Jan 2015, Pierre Joye wrote: > On Jan 19, 2015 5:14 PM, "Derick Rethans" wrote: > > > > On Sun, 18 Jan 2015, Sebastian Bergmann wrote: > > > > > Am 18.01.2015 um 09:40 schrieb Matteo Beccati: > > > > what's the plan, if any? > > > > > > Remove it? > > > > Then how would you install ex

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread Pierre Joye
On Jan 19, 2015 5:14 PM, "Derick Rethans" wrote: > > On Sun, 18 Jan 2015, Sebastian Bergmann wrote: > > > Am 18.01.2015 um 09:40 schrieb Matteo Beccati: > > > what's the plan, if any? > > > > Remove it? > > Then how would you install extensions? As there is no finished > alternative, PEAR still n

Re: [PHP-DEV] PEAR and make install on master

2015-01-19 Thread Derick Rethans
On Sun, 18 Jan 2015, Sebastian Bergmann wrote: > Am 18.01.2015 um 09:40 schrieb Matteo Beccati: > > what's the plan, if any? > > Remove it? Then how would you install extensions? As there is no finished alternative, PEAR still needs to work. cheers, Derick -- PHP Internals - PHP Runtime Dev

Re: [PHP-DEV] PEAR and make install on master

2015-01-18 Thread 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-pea

Re: [PHP-DEV] PEAR and make install on master

2015-01-18 Thread Pierre Joye
On Sun, Jan 18, 2015 at 11:44 PM, Nikita Popov wrote: > 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 any

Re: [PHP-DEV] PEAR and make install on master

2015-01-18 Thread Nikita Popov
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/php

Re: [PHP-DEV] PEAR and make install on master

2015-01-18 Thread Sebastian Bergmann
Am 18.01.2015 um 09:40 schrieb Matteo Beccati: > what's the plan, if any? Remove it? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PEAR and make install on master

2015-01-18 Thread Matteo Beccati
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