Commit a3f486dfa36 for php.net
commit a3f486dfa36e8170efb8f6fa38d31b3333f1a29a
Merge: 35ee95a8275 284fd7779d9
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date: Wed Mar 11 22:31:33 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-21357: XSLTProcessor works with DOMDocument, but fails with Dom\XMLDocument
diff --cc NEWS
index d288d2a4454,088a2768da3..4eed5c34ec1
--- a/NEWS
+++ b/NEWS
@@@ -42,7 -30,11 +42,11 @@@ PH
- Sysvshm:
. Fix memory leak in shm_get_var() when variable is corrupted. (ndossche)
+ - XSL:
+ . Fix GH-21357 (XSLTProcessor works with DOMDocument, but fails with
+ Dom\XMLDocument). (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)