[php-src] PHP-8.4: [skip ci] Add NEWS entry
David Carlier <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: David Carlier (devnexen)
Date: 2026-08-18T12:29:34+01:00
Commit: https://github.com/php/php-src/commit/9256df25d52703219f431e929c6b6ac3f8bc9388
Raw diff: https://github.com/php/php-src/commit/9256df25d52703219f431e929c6b6ac3f8bc9388.diff
[skip ci] Add NEWS entry
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 53bb8f7b1fb2..5ab1602dbd69 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)