We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0217be4 commit 68aa793Copy full SHA for 68aa793
NEWS
@@ -21,6 +21,9 @@ PHP NEWS
21
. Fixed bug GH-12392 (Segmentation fault on SoapClient::__getTypes).
22
(nielsdos)
23
24
+- XSL:
25
+ . Add missing module dependency. (nielsdos)
26
+
27
26 Oct 2023, PHP 8.1.25
28
29
- Core:
ext/xsl/php_xsl.c
@@ -29,6 +29,7 @@ static zend_object_handlers xsl_object_handlers;
30
static const zend_module_dep xsl_deps[] = {
31
ZEND_MOD_REQUIRED("libxml")
32
+ ZEND_MOD_REQUIRED("dom")
33
ZEND_MOD_END
34
};
35
0 commit comments