php7 安装swoole4.0.4

下载 https://github.com/swoole/swoole-src/releases

tar zxvf swoole-4.0.4

mv swoole-4.0.4 /usr/local/swoole-4.0.4

phpize

./configure

make && make install

添加扩展

找到php.ini 在其中加入 

extension=swoole.so

 

posted @ 2018-09-17 02:19  freedom/cn  阅读(512)  评论(0编辑  收藏  举报