【发布时间】:2014-02-04 17:30:55
【问题描述】:
在通过 windows 命令行安装 symfony1 时给了我这个错误
c:\wamp\bin\php\php5.4.16>pear channel-discovery pear.php-project.com
Command 'channel-discovery' is not valid, try 'pear help'
如果我使用
pear channel-discover pear.php-project.com
然后它给我
Discovering channel pear.php-project.com over http:// failed with message: chann
el-add: Cannot open "http://pear.php-project.com/channel.xml" (Connection to `pe
ar.php-project.com:80' failed: php_network_getaddresses: getaddrinfo failed: No
such host is known. )
Trying to discover channel pear.php-project.com over https:// instead
Discovery of channel "pear.php-project.com" failed (channel-add: Cannot open "ht
tps://pear.php-project.com/channel.xml" (Connection to `pear.php-project.com:443
' failed: Unable to find the socket transport "ssl" - did you forget to enable i
t when you configured PHP?))
then it give me this error
有什么想法吗?
【问题讨论】: