We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#430
php-fpm 没有error 级别日志
2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: fpm is running, pid 1 2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: ready to handle connections 2023-04-28 10:09:17 [28-Apr-2023 02:09:17] WARNING: [pool www] child 11 exited on signal 11 (SIGSEGV) after 16.582334 seconds from start 2023-04-28 10:09:17 [28-Apr-2023 02:09:17] NOTICE: [pool www] child 34 started
The text was updated successfully, but these errors were encountered:
我无法复现你的问题,是否可以使用Docker,提供一个完整的复现的流程。
Sorry, something went wrong.
我先提供一下我的Docker和使用框架你看看。
导入代码:
` $config = ['path' => $diskArr['root']]; $excel = new \Vtiful\Kernel\Excel($config);
$excelData = []; $excelDataList = []; //报错处 $excel->openFile($this->filePath)->setType($cellTypes) ->nextCellCallback(function ($row, $cell, $data) use (&$excelData, &$excelDataList) { if ($data == 'XLSX_ROW_END') { if ($excelData) $excelDataList[] = $excelData; $excelData = []; } else { $excelData[] = $data; } }); //释放文件占用 $excel->close();`
镜像 docker pull woodynew/php-fpm:8.1-alp3
laravel + dcat-admin https://learnku.com/docs/dcat-admin/2.x
No branches or pull requests
#430
php-fpm 没有error 级别日志
2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: fpm is running, pid 1
2023-04-28 10:09:01 [28-Apr-2023 02:09:01] NOTICE: ready to handle connections
2023-04-28 10:09:17 [28-Apr-2023 02:09:17] WARNING: [pool www] child 11 exited on signal 11 (SIGSEGV) after 16.582334 seconds from start
2023-04-28 10:09:17 [28-Apr-2023 02:09:17] NOTICE: [pool www] child 34 started
The text was updated successfully, but these errors were encountered: