mirror of
https://github.com/php/php-src.git
synced 2026-04-12 18:43:37 +02:00
This test failed when the free disk space is close to 2.15GB. I see the file size in the .out file as 0. PHP has to save the full file contents to disk (the path is in `$_FILES`) Related to GH-5283 Closes GH-5873