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 smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php