php7安装swoole

Posted 友 点胡说八道

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php7安装swoole相关的知识,希望对你有一定的参考价值。

1.下载swoole;

cd /usr/local/downloads/
git clone https://gitee.com/swoole/swoole.git

2.编译安装

yum install autoconf
cd swoole/
/usr/local/php/bin/phpize

 

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

 

 在php.ini中添加swoole

 

成功

 

以上是关于php7安装swoole的主要内容,如果未能解决你的问题,请参考以下文章

php7安装swoole

Mac下PHP7.3安装Swoole4.4扩展教程

PHP7安装Swoole扩展

配置php7 以支持swoole

php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错

快速配置php7 + swoole + redis