Commit 14f0f8650c2 for php.net
commit 14f0f8650c2f38d901ed18f67298470fe3abea37
Merge: 3b8aac8dad4 ea8aab92208
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date: Tue Mar 10 20:30:31 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix memory leak in shm_get_var() when variable is corrupted
diff --cc NEWS
index 4e31fff2ead,542447107fa..f4d86674a26
--- a/NEWS
+++ b/NEWS
@@@ -35,7 -23,10 +35,10 @@@ PH
. Fixed bug GH-20627 (Cannot identify some avif images with getimagesize).
(y-guyon)
+ - Sysvshm:
+ . Fix memory leak in shm_get_var() when variable is corrupted. (ndossche)
+
-12 Mar 2026, PHP 8.4.19
+12 Mar 2026, PHP 8.5.4
- Core:
. Fixed bug GH-21029 (zend_mm_heap corrupted on Aarch64, LTO builds). (Arnaud)