jwplatform-php icon indicating copy to clipboard operation
jwplatform-php copied to clipboard

Creating temp copy using fread() + fwrite() to avoid memory exhaust

Open hschimpf opened this issue 5 years ago • 0 comments

file_get_contents() uses a lot of memory on large files, using fread() and fwrite() as chunks for temp file creation to avoid memory exhaustion.

hschimpf avatar Jul 15 '20 21:07 hschimpf