Skip to content

Commit 3af33a3

Browse files
authored
[ci skip] NEWS (#10561)
1 parent b463bc4 commit 3af33a3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

NEWS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)