You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Fetch go-pear.phar from pear.php.net again"
This reverts commit 862ccd5.
The file on http://pear.php.net/go-pear.phar appears to have problems with PHP releases,
resulting in pear installation failures such as
https://travis-ci.org/travis-ci/php-src-builder/jobs/517224082#L566
PHP Warning: require_once(phar://go-pear.phar/PEAR/REST/13.php): failed to open stream: phar error: "PEAR/REST/13.php" is not a file in phar "go-pear.phar" in phar:///home/travis/.phpenv/versions/7.1.28/go-pear.phar/PEAR/Config.php on line 2067
We revert to fetching it from GitHub, which seems to work better.
0 commit comments