php.ini
-
基于 Jenkins 构建时,报错:’composer install’ returned a non-zero code: 255 的解决
1、Dockerfile 的代码如下: FROM registry-vpc.cn-beijing.aliyuncs.com/cmc/centos-nginx112-php71:0.…
-
Composer 安装:nicolabphp-ftp-client 时报错:the requested PHP extension ftp is missing from your system 的解决
1、Composer 安装:nicolab/php-ftp-client 时报错:the requested PHP extension ftp is missing from y…
-
在 Laravel 6 中运行 phpunit 时报错:PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 69632 bytes)
1、在 Laravel 6 中运行 phpunit 时报错:PHP Fatal error: Allowed memory size of 1073741824 bytes exh…
-
在 Windows 10 专业版中,php-cgi.exe 无法运行的排查分析
1、在 Windows 10 专业版中,PHP 无法运行的排查分析。执行命令:php-cgi.exe -b 127.0.0.1:9000-c C:/php-7.4.27/php.i…
-
容器的基础镜像更换后,PHP Core Warning ‘yii/base/ErrorException’ with message ‘Module ‘gd’ already loaded’
1、容器的基础镜像更换后,当 Rancher 环境变量,CHANNEL_PUB_API_CFG_MIGRATE=true 时,容器启动失败。报错:PHP Core Warning …
-
在 PHP 环境中报错:Notice: Unknown: file created in the system’s temporary directory in Unknown on line 0
1、在 PHP 环境中报错:Notice: Unknown: file created in the system’s temporary directory in U…
-
基于 Yii 2 的 HTTP 客户端扩展,上传文件,PHP Fatal Error ‘yii/base/ErrorException’ with message ‘Allowed memory size of 2147483648 bytes exhausted (tried to allocate 1084897244 bytes)’ 的分析解决
1、PHP Fatal Error ‘yii/base/ErrorException’ with message ‘Allowed memory…
-
基于 Yii 2 的 HTTP 客户端扩展,下载文件且另存为具体的文件名(下载远程文件至服务器),内存占用从 400 MB 下降至 7 MB 的实现
1、现在已经实现:复制来源的资源文件至渠道发布的资源目录,返回相对路径(同步)。代码如下 /** * 复制来源的资源文件至渠道发布的资源目录,返回相对路径(同步) * @param…
-
在 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…
-
在 Nginx + FastCGI (php-fpm) 环境下,当日志表中数据长度以 GB 为单位时,获取日志列表的最后一页,响应超时:504 Gateway Time-out 的分析解决
1、当 pa_log 的数据长度为:6.16 GB 时,如图1 图1 2、获取日志列表的第一页,响应时间为:1000ms 左右,是可以接受的,如图2 图2 3、获取日志列表的最后一…