1、下载swoole 源码 :https://www.swoole.com/php
2、因为没有configure 因此要用phpize 编译 出 configureswoole
3、/usr/local/soft/php/bin/phpize 编译用 configureide
4、
./configure --with-php-config=/usr/local/soft/php/bin/php-configcode
make make install extension=swoole.so