一、下载、编译以及安装swoole的php扩展
cd /data0/software/ git clone git://github.com/swoole/swoole-src cd swoole-src /usr/local/webserver/php/bin/phpize ./configure --with-php-config=/usr/local/webserver/php/bin/php-config --enable-openssl make make install
一、下载、编译以及安装swoole的php扩展
cd /data0/software/ git clone git://github.com/swoole/swoole-src cd swoole-src /usr/local/webserver/php/bin/phpize ./configure --with-php-config=/usr/local/webserver/php/bin/php-config --enable-openssl make make install