摘要: 编译安装php+nginx 服务器: 阿里云centos7 安装php 下载: wget https://www.php.net/distributions/php-7.3.19.tar.gz 我的下载目录: /disk2/soft_pack/ 解压:tar -zxvf php-7.3.19.tar 阅读全文
posted @ 2020-07-08 20:14 ranblogs 阅读(2233) 评论(0) 推荐(1)
摘要: php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错 编译安装swoole 下载:wget http://pecl.php.net/get/swoole-4.3.5.tgz 解压: tar -z 阅读全文
posted @ 2020-07-08 11:38 ranblogs 阅读(1113) 评论(0) 推荐(0)