File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,17 @@ PHP NEWS
5151 mt_srand() unknown). (kocsismate)
5252
5353- Standard:
54- - Fixed bug GH-8086 (Introduce mail.mixed_lf_and_crlf INI). (Jakub Zelenka)
54+ . Fixed bug GH-8086 (Introduce mail.mixed_lf_and_crlf INI). (Jakub Zelenka)
5555 . Fixed bug GH-10292 (Made the default value of the first param of srand() and
5656 mt_srand() unknown). (kocsismate)
5757 . Fix incorrect check in cs_8559_5 in map_from_unicode(). (nielsdos)
5858 . Fix bug GH-9697 for reset/end/next/prev() attempting to move pointer of
5959 properties table for certain internal classes such as FFI classes
6060
61+ - Streams:
62+ . Fixed bug GH-10370 (File corruption in _php_stream_copy_to_stream_ex when
63+ using copy_file_range). (nielsdos)
64+
6165- Tidy:
6266 . Fix memory leaks when attempting to open a non-existing file or a file over
6367 4GB. (Girgias)
@@ -572,8 +576,6 @@ PHP NEWS
572576 . Fixed bug GH-9653 (file copy between different filesystems). (David Carlier)
573577 . Fixed bug GH-9779 (stream_copy_to_stream fails if dest in append mode).
574578 (Jakub Zelenka)
575- . Fixed bug GH-10370 (File corruption in _php_stream_copy_to_stream_ex when
576- using copy_file_range). (nielsdos)
577579
578580- Windows:
579581 . Added preliminary support for (cross-)building for ARM64. (Yun Dou)
You can’t perform that action at this time.
0 commit comments