ubuntu14 lamp环境下安装swoole1.8.6
wget https://github.com/swoole/swoole-src/archive/1.8.6-stable.tar.gz
tar -xvf 1.8.6-stable.tar.gz
mv swoole-src-1.8.6-stable/ swoole
cd swoole
phpize
./configure
make && make install
vim /etc/php5/apache2/php.ini 加入extension=swoole.so
service apache2 restart
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。