Skip to content

Commit 467e05b

Browse files
Fix misplaced entry in NEWS
1 parent b40e479 commit 467e05b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NEWS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ PHP NEWS
2626
. Fixed bug GH-19773 (SIGSEGV due to uninitialized soap_globals->lang_en).
2727
(nielsdos, KaseyJenkins)
2828

29+
- Standard:
30+
. Fixed bug GH-19926 (reset internal pointer earlier while splicing array
31+
while COW violation flag is still set). (alexandre-daubois)
32+
2933
- URI:
3034
. Fixed Uri\WhatWg\Url::withPort() when an invalid value is passed.
3135
(timwolla)
@@ -103,8 +107,6 @@ PHP NEWS
103107
(alexandre-daubois)
104108
. Fixed GH-14402 (SplPriorityQueue, SplMinHeap, and SplMaxHeap lost their
105109
data on serialize()). (alexandre-daubois)
106-
. Fixed bug GH-19926 (reset internal pointer earlier while splicing array
107-
while COW violation flag is still set). (alexandre-daubois)
108110

109111
- URI:
110112
. Fixed bug GH-19780 (InvalidUrlException should check $errors argument).

0 commit comments

Comments
 (0)