开发者

Install PEAR SOAP fails

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜