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
..
cast.c Use memrchr() when available 2021-11-24 16:13:34 +03:00
filter.c Merge branch 'PHP-8.0' 2021-08-10 16:42:03 +02:00
glob_wrapper.c Fix #65069: GlobIterator incorrect handling of open_basedir check 2022-07-28 11:42:42 +01:00
memory.c Merge branch 'PHP-8.1' 2022-04-11 12:45:48 +02:00
mmap.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_stream_context.h Use more specific return type for stream functions 2021-09-20 14:24:59 +01:00
php_stream_filter_api.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_stream_glob_wrapper.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_stream_mmap.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_stream_plain_wrapper.h main/streams/plain_wrapper: skip lseek(SEEK_CUR) for newly opened files 2022-06-29 18:11:01 +01:00
php_stream_transport.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_stream_userspace.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_streams_int.h Use more specific return type for stream functions 2021-09-20 14:24:59 +01:00
plain_wrapper.c main/streams/plain_wrapper: skip lseek(SEEK_CUR) for newly opened files 2022-06-29 18:11:01 +01:00
streams.c Fix GH-10548: copy() fails on cifs mounts because of incorrect length (cfr_max) specified in streams.c:1584 copy_file_range() (#10551) 2023-02-11 16:25:14 +01:00
transports.c Merge branch 'PHP-8.0' into PHP-8.1 2022-08-14 20:14:57 +08:00
userspace.c Extend deprecation notices to is_callable($foo) and callable $foo 2022-07-14 17:07:42 +02:00
xp_socket.c Merge branch 'PHP-8.1' 2022-08-07 14:22:33 +01:00