rchouinard/phpass

PEAR 1.10.0 Using $this when not in object context in /usr/share/php/PEAR/Downloader.php

Closed this issue · 1 comments

After updating to PEAR 1.10.0, channel-discover and channel-update for this channel give the following error:

pear channel-update rych
Updating channel "rych"
PHP Fatal error: Using $this when not in object context in /usr/share/php/PEAR/Downloader.php on line 1714
PHP Stack trace:
PHP 1. {main}() /usr/share/php/pearcmd.php:0
PHP 2. PEAR_Command_Common->run() /usr/share/php/pearcmd.php:316
PHP 3. PEAR_Command_Channels->doUpdate() /usr/share/php/PEAR/Command/Common.php:270
PHP 4. PEAR_Common->downloadHttp() /usr/share/php/PEAR/Command/Channels.php:546
PHP 5. PEAR_Downloader::_downloadHttp() /usr/share/php/PEAR/Common.php:833

works fine for all of my other channels

Getting fixed in PEAR 1.10.1:
https://pear.php.net/bugs/bug.php?id=20959