1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00
Files
archived-php-src/main/streams
Niels Dossche e787d6c9e6 Fix GH-10548: copy() fails on cifs mounts because of incorrect length (cfr_max) specified in streams.c:1584 copy_file_range() (#10551)
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.
2023-02-11 16:25:14 +01:00
..
2021-11-24 16:13:34 +03:00
2021-08-10 16:42:03 +02:00
2022-04-11 12:45:48 +02:00
2021-05-06 12:16:35 +02:00
2022-08-07 14:22:33 +01:00