Files
Studio-42-elFinder/php
Andres Rosado ecdc053963 Fixing bug where uploading large files sometimes fails (#3761)
Sometimes uploading large files fails with the following error: Unsupported operand types: string + int {"userId":2,"exception":"[object] (TypeError(code: 0): Unsupported operand types: string + int at <path>/vendor/studio-42/elfinder/php/elFinder.php:4476). 

The function file_get_contents returns a string, and PHP 8 doesn't do implicit conversion. It requires the conversion to be explicit to not give problems.
2026-04-17 19:57:09 +09:00
..
2023-12-22 00:05:07 +09:00
2021-11-01 23:05:26 +09:00
2021-11-01 23:05:26 +09:00