【发布时间】:2015-10-28 19:30:48
【问题描述】:
我在 Windows7 上有 XAMPP。更新 pear.php.net 频道后:
pear channel-update pear.php.net
并尝试安装新包,例如 pecl install zmq ,遇到以下消息并且无法安装任何包:
Connection to 'ssl://pecl.php.net:443' failed: Unable to find the socket
transport "ssl" - did you forget to enable it when you configured PHP?
我在网上非常搜索并试图解决它但无法解决它。谁能帮我解决这个问题,原因是什么?
【问题讨论】:
-
您安装了哪些 php 模块?
php -m -
@cweiske
openssl和其他。写那些包名?所以我在下一篇文章中发表了评论,现在问题在pecl search package_name!!! -
@cweiske openssl 对我来说不是必需的,但即使我禁用了 openssl 它但没有效果。