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