随笔分类 -  PHP

摘要:Ubuntu版本:20.04.1 LTS PHP版本:8.3.4 下载地址: https://www.php.net/downloads 官方文档:https://www.php.net/manual/en/install.unix.nginx.php 上传目录:/usr/local/src 安装目 阅读全文
posted @ 2022-02-24 10:34 绿静風 阅读(1167) 评论(0) 推荐(0)
摘要:# 进入安装包解压目录 cd /usr/local/src/php-8.0.0/ # 进入扩展目录 cd ext/gd # 编译 phpize # 配置 ./configure --with-php-config=/usr/local/php/bin/php-config # 安装 make && 阅读全文
posted @ 2020-12-17 18:43 绿静風 阅读(181) 评论(0) 推荐(0)
摘要:下载地址:https://pecl.php.net/package/redis 上传目录:/usr/local/src # 进入安装包目录 cd /usr/local/src/ # 解压 tar zxf redis-x.x.x.tgzcd redis-x.x.x/# 编译phpize./config 阅读全文
posted @ 2019-03-30 10:15 绿静風 阅读(440) 评论(0) 推荐(0)
摘要:#switch 阅读全文
posted @ 2018-10-11 14:14 绿静風 阅读(93) 评论(0) 推荐(0)
摘要:Centos版本:8.4 PHP版本:8.1.8 下载地址:http://php.net/downloads.php 上传目录:/usr/local/src 安装目录:/usr/local/php 参考资料:PHP官网 编译安装 # 进入源码包目录 cd /usr/local/src/ # 解压 t 阅读全文
posted @ 2018-08-08 16:50 绿静風 阅读(396) 评论(0) 推荐(0)