1、 swoole官网
https://www.swoole.com/
2、 用phpize
文件在swoole
文件夹内生成configure
-
比如:
phpize
路径如下/usr/local/php/bin
-
进到
swoole
路径下面:运行
/usr/local/php/bin/phpize

./configure --with-php-config=/usr/local/php/bin/php-config
make
make install

-
cd -
回到上一层的目录
网友评论