下载安装包
wget https://github.com/swoole/swoole-src/archive/v2.0.6.tar.gz #下载
tar zxvf swoole-src-2.0.6.tar.gz #解压
cd swoole-src-2.0.6 #进入目录
编译安装 (使用安装 php 时生成的 phpize 来生成 configure 配置文件)
whereis phpize #找到路径
/usr/local/php/bin/phpize # 编译环境
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install
查看安装
php -m |grep swoole
swoole #显示这个
使用phpinfo(); 查看扩展