PHP 7.4
-
在 PHP 7.4 中,带索引检查计算数组的差集,以对比 Body 中的请求参数与缓存中的数组是否相等
1、在 Postman 中 POST:http://api.pcs-api.localhost/v1/mobile/rtcs/invite-accept ,将 Body 中的数据以…
-
在 CentOS 7.5 64 位、PHP 7.4 中报错:PHP Core Warning ‘yii/base/ErrorException’ with message ‘Module ‘zip’ already loaded’ 的分析解决
1、在 CentOS 7.5 64 位、PHP 7.4 中报错:PHP Core Warning ‘yii/base/ErrorException’ wit…
-
在 PHP 7.4.6 中报错:Trying to access array offset on value of type bool 的修复
1、在 PHP 7.4.6 中报错:Trying to access array offset on value of type bool,如图1 图1 2、查看代码,打印 $re…
-
基于阿里云的 ECS、RDS,将个人博客迁移升级至:Docker(基于预算考虑,最终未实现)、LNMP(CentOS 7.7、Nginx 1.16、MySQL 5.7、PHP 7.4)、HTTPS 的过程
1、基于 Xshell 6 进入 CentOS 服务器中,将网站程序目录压缩打包,执行压缩命令,执行结果如图1 图1 cd /data/wwwroot/shuijingwanwq.…