标签:ext bash figure bin git ons tps .com debug
一波三折。
wget https://github.com/swoole/swoole-src/archive/v1.9.16.tar.gz
tar -zxvf v1.9.16.tar.gz cd swoole-src-1.9.16/ /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config make && make install
在php.ini加入swoole扩展配置
[swoole] extension = "/usr/local/php/lib/php/extensions/no-debug-non-zts-20160303/swoole.so"
标签:ext bash figure bin git ons tps .com debug
原文地址:http://www.cnblogs.com/hejun695/p/7206619.html