安装新版本php8.0扩展swoole 5.1
wget https://github.com/swoole/swoole-src/archive/v5.1.0.tar.gz
cd swoole-src-5.1.0/
/opt/remi/php80/root/usr/bin/phpize
./configure --with-php-config=/opt/remi/php80/root/usr/bin/php-config
make && make install
/opt/remi/php80/root/usr/bin/php --ri swoole