mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
When dealing with a file, we must free the contents if the function fails. While here, also fix the error message because previously it sounded like the filename was too long while in fact the file itself is too large. Closes GH-14862.