Skip to content

Commit ddf584c

Browse files
committed
[ci skip] Fix NEWS ordering
1 parent ee9773b commit ddf584c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ PHP NEWS
99
. Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit).
1010
(manuelm)
1111

12-
- Standard:
13-
. Fix memory leak in array_diff() with custom type checks. (ndossche)
14-
1512
- Opcache:
1613
. Fixed bug GH-20329 (opcache.file_cache broken with full interned string
1714
buffer). (Arnaud)
@@ -20,6 +17,9 @@ PHP NEWS
2017
. Fixed bug GH-20442 (Phar does not respect case-insensitiveness of
2118
__halt_compiler() when reading stub). (ndossche, TimWolla)
2219

20+
- Standard:
21+
. Fix memory leak in array_diff() with custom type checks. (ndossche)
22+
2323
06 Nov 2025, PHP 8.5.0RC4
2424

2525
- Core:

0 commit comments

Comments
 (0)