Commit d54e5106b0e for php.net
commit d54e5106b0e3d38a574b11337a80352148e307f1
Merge: 4a6e6077ef1 d73b2f782e6
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Fri Jan 30 18:14:19 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-21077: Accessing Dom\Node::baseURI can throw TypeError
diff --cc NEWS
index c6bedf8ed11,cb2206ec1f5..9d13ad2739f
--- a/NEWS
+++ b/NEWS
@@@ -4,12 -4,19 +4,16 @@@ PH
- Core:
. Fixed bug GH-21029 (zend_mm_heap corrupted on Aarch64, LTO builds). (Arnaud)
-
-- Curl:
- . Fixed bug GH-21023 (CURLOPT_XFERINFOFUNCTION crash with a null callback).
- (David Carlier)
+ . Fixed bug GH-21059 (Segfault when preloading constant AST closure). (ilutov)
+ . Fixed bug GH-21072 (Crash on (unset) cast in constant expression).
+ (arshidkv12)
+ . Fix deprecation now showing when accessing null key of an array with JIT.
+ (alexandre-daubois)
+ - DOM:
+ . Fixed bug GH-21077 (Accessing Dom\Node::baseURI can throw TypeError).
+ (ndossche)
+
-- PDO_PGSQL:
- . Fixed bug GH-21055 (connection attribute status typo for GSS negotiation).
- (lsaos)
-
- Windows:
. Fixed compilation with clang (missing intrin.h include). (Kévin Dunglas)