凌的博客

您现在的位置是: 首页 > 学无止境 > PHP > 

PHP

宝塔系统安装swoole

2022-01-19 PHP 1734

1 下载swoole源码

https://github.com/swoole/swoole-src/releases

# 下载最新的swoole
tar zxvf  swoole-src-4.8.6.tar.gz
cd swoole-src-4.8.6
phpize
./configure --with-php-config=/www/server/php/80/bin/php-config  --enable-openssl --enable-http2
make && make install

3 php.ini 添加 extension=swoole.so


1.png

文章评论

0条评论