win10下php7.2.7安装pear报错:PHP Warning: require_once(phar://go-pear.phar/PEAR/REST/13.php)问题处理

错误: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://D:/7.2.7/PHP7/go-pear.phar/PEAR/Config.php on line 2067

使用如下版本 :

curl -0 go-pear.php https://objects-us-east-1.dream.io/kbfiles/pear/go-pear.phar

或者 :curl -s -O  go-pear.php http://pear.php.net/install-pear-nozlib.phar    此版本未测试

安装完成后:pear channel-update pear.php.net 更新下

你可能感兴趣的:(每日总结,php)