Swoole

编译安装 swoole

下载 
https://github.com/swoole/swoole-src
unzip swoole-src-master.zip 
cd swoole-src-master
 
/usr/local/php/bin/phpize # phpize的目录
 
./configure --with-php-config=/usr/local/php/bin/php-config #编译
 
make && make install  安装 
 
在php.ini文件中添加  extension=swoole.so
重启php  /etc/init.d/php-fpm stop  /etc/init.d/php-fpm start
 
使用
 
下载swoole_framework源码,放置到您的workspace目录中即可。swoole_framework是PHP代码,只需要require/include即可,无需编译和安装。
 
https://github.com/swoole/framework
 
 
 
 
 

 

posted on 2017-05-09 11:29  轻浮不韪  阅读(109)  评论(0编辑  收藏  举报