Skip to content

Commit e121cb2

Browse files
committed
[skip ci] Fix NEWS entry for several Intl fixes into the latest version section
Move the Locale::lookup() and double-construction leak NEWS entries from the previous release section to the current unreleased section. These fixes landed after the previous release and should be listed under the next one.
1 parent 02f71b6 commit e121cb2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

NEWS

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.4.24
44

5+
- Intl:
6+
. Fixed Locale::lookup() and locale_lookup() to return NULL instead of the
7+
fallback locale when a language tag cannot be canonicalized. (Weilin Du)
8+
. Fixed memory leaks when calling Collator::__construct() or
9+
Spoofchecker::__construct() twice. (Weilin Du)
10+
511
- Reflection:
612
. Fixed bug GH-22324 (Ignore leading namespace separator in
713
ReflectionParameter::__construct()). (jorgsowa)
@@ -52,10 +58,6 @@ PHP NEWS
5258
for invalid display types. (Weilin Du)
5359
. Fixed Spoofchecker restriction-level APIs to only be exposed with ICU 53
5460
and later. (Graham Campbell)
55-
. Fixed Locale::lookup() and locale_lookup() to return NULL instead of the
56-
fallback locale when a language tag cannot be canonicalized. (Weilin Du)
57-
. Fixed memory leaks when calling Collator::__construct() or
58-
Spoofchecker::__construct() twice. (Weilin Du)
5961

6062
- mysqli:
6163
. Fix stmt->query leak in mysqli_execute_query() validation errors.

0 commit comments

Comments
 (0)