Install PEAR SOAP fails

混江龙づ霸主 提交于 2019-12-10 17:09:24

问题


All,

I'm getting the following error attempting to use PEAR to install SOAP

    # pear install soap
    Failed to download pear/soap within preferred state "stable", latest release is 
version 0.12.0, stability "beta", use "channel://pear.php.net/soap-0.12.0" 
to install 
install failed

I'm looking for advice on what to do next. I'm running PHP 5 on a Mac using XAMPP.

Thanks


回答1:


Use:

    # pear install soap-0.12.0



回答2:


Better is to use

$ pear install soap-beta

since you have to type less, and it still works when a new version is out.



来源:https://stackoverflow.com/questions/3267474/install-pear-soap-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!