php7安装swoole
2021-03-29 04:24
阅读:550
标签:https info php7 图片 com one 技术 -- figure 1.下载swoole; 2.编译安装 先 php7安装swoole 标签:https info php7 图片 com one 技术 -- figure 原文地址:https://www.cnblogs.com/zhangyouwu/p/12609765.html
cd /usr/local/downloads/
git clone https://gitee.com/swoole/swoole.git
yum install autoconf
cd swoole/
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
make install
评论
亲,登录后才可以留言!