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
51
51
mt_srand() unknown). (kocsismate)
52
52
53
53
- 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)
55
55
. Fixed bug GH-10292 (Made the default value of the first param of srand() and
56
56
mt_srand() unknown). (kocsismate)
57
57
. Fix incorrect check in cs_8559_5 in map_from_unicode(). (nielsdos)
58
58
. Fix bug GH-9697 for reset/end/next/prev() attempting to move pointer of
59
59
properties table for certain internal classes such as FFI classes
60
60
61
+ - Streams:
62
+ . Fixed bug GH-10370 (File corruption in _php_stream_copy_to_stream_ex when
63
+ using copy_file_range). (nielsdos)
64
+
61
65
- Tidy:
62
66
. Fix memory leaks when attempting to open a non-existing file or a file over
63
67
4GB. (Girgias)
@@ -572,8 +576,6 @@ PHP NEWS
572
576
. Fixed bug GH-9653 (file copy between different filesystems). (David Carlier)
573
577
. Fixed bug GH-9779 (stream_copy_to_stream fails if dest in append mode).
574
578
(Jakub Zelenka)
575
- . Fixed bug GH-10370 (File corruption in _php_stream_copy_to_stream_ex when
576
- using copy_file_range). (nielsdos)
577
579
578
580
- Windows:
579
581
. Added preliminary support for (cross-)building for ARM64. (Yun Dou)
You can’t perform that action at this time.
0 commit comments