开发者

Install PEAR SOAP fails

开发者 https://www.devze.com 2023-01-07 06:48 出处:网络
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

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


Use:

    # pear install soap-0.12.0


Better is to use

$ pear install soap-beta

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

0

精彩评论

暂无评论...
验证码 换一张
取 消