From eda2180bb7b26a416e78d9847d47c3dab0c03030 Mon Sep 17 00:00:00 2001 From: Daniel Wolfe Date: Fri, 1 May 2026 18:05:56 -0600 Subject: [PATCH] Update gh21496.phpt Skip test if simplexml extension is disabled. --- ext/xsl/tests/gh21496.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/xsl/tests/gh21496.phpt b/ext/xsl/tests/gh21496.phpt index 7a5cea37937d..12ff202aed17 100644 --- a/ext/xsl/tests/gh21496.phpt +++ b/ext/xsl/tests/gh21496.phpt @@ -3,6 +3,7 @@ GH-21496 (UAF in dom_objects_free_storage when importing non-document node as st --EXTENSIONS-- dom xsl +simplexml --CREDITS-- YuanchengJiang --FILE--