PHP添加swoole扩展
1.下载swoole
https://pecl.php.net/get/swoole-4.8.12.tgz
2.解压
tar zxvf swoole-4.8.12
3.安装
cd swoole-4.8.12 /soft/php8/bin/phpize ./configure --with-php-config=/soft/php8/bin/php-config make && make install #php.ini文件添加 extension = swoole.so
4.重启php
- 版权申明:此文如未标注转载均为本站原创,自由转载请表明出处《龙行博客》。
- 本文网址:https://www.liaotaoo.cn/404.html
- 上篇文章:Centos7安装npm
- 下篇文章:VMWare虚拟机配置网络互通