在MacOS Mojave 10.14.3上安装pear

时间:2019-03-22 08:51:54

标签: php macos pear pecl

我尝试安装pear:

curl -O https://pear.php.net/go-pear.phar

php -d detect_unicode=0 go-pear.phar

我得到警告:

  

PHP警告:require_once(phar://go-pear.phar/PEAR/REST/13.php):   无法打开流:phar错误:“ PEAR / REST / 13.php”不是文件   phar“ go-pear.phar”在   phar:///Users/maksat/go-pear.phar/PEAR/Config.php在2067行上

目录/Users/maksat/pear/bin为空

如何解决此问题?

我的操作系统:MacOS Mojave 10.14.3

2 个答案:

答案 0 :(得分:2)

我也有一些问题,这对我有用:

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

答案 1 :(得分:0)

根据this answer的正确建议,您可以使用Xdebug中的this tool并检查针对特定情况的建议。