一、下载swoole 源码 :https://www.swoole.com/

二、由于没有configure 所以要用phpize 编译 出 configure

三、/usr/local/soft/php/bin/phpize 编译用 configure

四、 ./configure --with-php-config=/usr/local/soft/php/bin/php-config

	make 
	
	make install
	
	extension=swoole.so