ubuntu14 lamp环境下安装swoole1.8.6

wget  https://github.com/swoole/swoole-src/archive/1.8.6-stable.tar.gz
php

tar -xvf   1.8.6-stable.tar.gz
git

mv  swoole-src-1.8.6-stable/  swoole
cd  swoolegithub

phpizeapache

./configure
make   &&  make  installvim




vim  /etc/php5/apache2/php.ini    加入extension=swoole.soswoole

service  apache2  restart
ide

相关文章
相关标签/搜索