php-src/main/streams
Christoph M. Becker 2555efadbc
Fix #81145: copy() and stream_copy_to_stream() fail for +4GB files
When mapping the file, we need to pass the proper `dwFileOffsetHigh`
instead of `0`.

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>

Closes GH-7158.
2021-06-17 13:13:47 +02:00
..
cast.c Use standard types in fopencookie test 2020-08-05 10:39:37 +02:00
filter.c Merge branch 'PHP-7.3' into PHP-7.4 2019-10-03 06:51:56 +02:00
glob_wrapper.c Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
memory.c Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
mmap.c Fix bug #77930: Remove mmap limit 2019-10-31 09:37:05 +01:00
php_stream_context.h Remove local variables 2019-02-03 21:03:00 +01:00
php_stream_filter_api.h Remove local variables 2019-02-03 21:03:00 +01:00
php_stream_glob_wrapper.h Remove copy argument from php_glob_stream_get_path/pattern 2019-06-19 17:27:09 +02:00
php_stream_mmap.h Fix mmap copying 2020-09-21 16:07:57 +02:00
php_stream_plain_wrapper.h Remove local variables 2019-02-03 21:03:00 +01:00
php_stream_transport.h Enable TLS 1.3 by default 2019-04-28 17:37:43 +01:00
php_stream_userspace.h Remove local variables 2019-02-03 21:03:00 +01:00
php_streams_int.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
plain_wrapper.c Fix #81145: copy() and stream_copy_to_stream() fail for +4GB files 2021-06-17 13:13:47 +02:00
streams.c Fix #75776: Flushing streams with compression filter is broken 2021-02-22 15:28:46 +01:00
transports.c Remove local variables 2019-02-03 21:03:00 +01:00
userspace.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-22 16:12:37 +02:00
xp_socket.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-11 14:46:51 +02:00