Browse Source

Fix misplaced entry in NEWS

pull/20031/merge
Alexandre Daubois 1 day ago
parent
commit
467e05b13a
No known key found for this signature in database GPG Key ID: DB5EB2A5B2556441
  1. 6
      NEWS

6
NEWS

@ -26,6 +26,10 @@ PHP NEWS
. Fixed bug GH-19773 (SIGSEGV due to uninitialized soap_globals->lang_en).
(nielsdos, KaseyJenkins)
- Standard:
. Fixed bug GH-19926 (reset internal pointer earlier while splicing array
while COW violation flag is still set). (alexandre-daubois)
- URI:
. Fixed Uri\WhatWg\Url::withPort() when an invalid value is passed.
(timwolla)
@ -103,8 +107,6 @@ PHP NEWS
(alexandre-daubois)
. Fixed GH-14402 (SplPriorityQueue, SplMinHeap, and SplMaxHeap lost their
data on serialize()). (alexandre-daubois)
. Fixed bug GH-19926 (reset internal pointer earlier while splicing array
while COW violation flag is still set). (alexandre-daubois)
- URI:
. Fixed bug GH-19780 (InvalidUrlException should check $errors argument).

Loading…
Cancel
Save