依照手冊(cè)上來的,還是一直出錯(cuò),如下圖。
[attach]1523[/attach]
?
[attach]1524[/attach]
?
報(bào)錯(cuò)如下:
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
Could not download from "https://pecl.php.net/get/event-2.4.3.tgz", cannot download "pecl/event" (Connection to ssl://pecl.php.net:443' failed: ) Error: cannot download "pecl/event" Download failed install failed 谷歌翻譯如下: 警告:頻道“pecl.php.net”已更新其協(xié)議,使用“pecl channel-update pecl.php.net”進(jìn)行更新 無法從“https://pecl.php.net/get/event-2.4.3.tgz”下載,無法下載“pecl / event”(連接到
ssl://pecl.php.net:443'失敗 :)
錯(cuò)誤:無法下載“pecl / event”
下載失敗
安裝失敗
?
求解,謝謝謝謝!
提示pecl版本太舊了,按照下面命令三步進(jìn)行安裝
1.pecl channel-update pecl.php.net
2.curl 'http://pecl.php.net/get/event-2.4.2.tgz' -o event-2.4.2.tgz
3.pecl install event-2.4.2.tgz
?