We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9773b commit ddf584cCopy full SHA for ddf584c
NEWS
@@ -9,9 +9,6 @@ PHP NEWS
9
. Fixed bug GH-17951 (memory_limit is not always limited by max_memory_limit).
10
(manuelm)
11
12
-- Standard:
13
- . Fix memory leak in array_diff() with custom type checks. (ndossche)
14
-
15
- Opcache:
16
. Fixed bug GH-20329 (opcache.file_cache broken with full interned string
17
buffer). (Arnaud)
@@ -20,6 +17,9 @@ PHP NEWS
20
. Fixed bug GH-20442 (Phar does not respect case-insensitiveness of
21
18
__halt_compiler() when reading stub). (ndossche, TimWolla)
22
19
+- Standard:
+ . Fix memory leak in array_diff() with custom type checks. (ndossche)
+
23
06 Nov 2025, PHP 8.5.0RC4
24
25
- Core:
0 commit comments