Commit 9256df25d52 for php.net
commit 9256df25d52703219f431e929c6b6ac3f8bc9388
Author: David Carlier <devnexen@gmail.com>
Date: Tue Aug 18 12:29:34 2026 +0100
[skip ci] Add NEWS entry
diff --git a/NEWS b/NEWS
index 53bb8f7b1fb..5ab1602dbd6 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ PHP NEWS
- Opcache:
. Fixed opcache.protect_memory race under ZTS. (realFlowControl)
+- Standard:
+ . Fixed a memory leak in array_merge_recursive() when the recursive merge of
+ an object converted to an array fails. (David Carlier)
+
- Zip:
. Fixed ZipArchive::extractTo() and ZipArchive::getFrom*() reporting success
on corrupted entries. (David Carlier)