Commit 0db39103b16 for php.net
commit 0db39103b167d07a979261c06486b997f4532e97
Merge: 1fb0545d4ce 9366c61247f
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date: Wed Aug 5 10:26:02 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-23043: broken session id code can cause zend_mm_heap corrupted
session: fix corruption in mod_mm
diff --cc NEWS
index b069e00a86b,474db936ef1..25a706a9cb5
--- a/NEWS
+++ b/NEWS
@@@ -49,9 -37,12 +49,14 @@@ PH
. Fixed segfault in ReflectionMethod::createFromMethodName() on an
uninstantiable subclass. (iliaal)
+ - Session:
+ . Fix corruption in mod_mm. (ndossche)
+ . Fixed bug GH-23043 (broken session id code can cause zend_mm_heap
+ corrupted). (ndossche)
+
- Sockets:
+ . Fixed socket_set_option() validation error messages for UDP_SEGMENT and
+ SO_LINGER options. (Weilin Du)
. Fixed various memory related issues in ext/sockets. (David Carlier)
- SQLite: