mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
On some filesystems, the copy operation fails if we specify a size larger than the file size in certain circumstances and configurations. In those cases EIO will be returned as errno and we will therefore fall back to other methods.