We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cab865 + 428ecf4 commit 35d93d2Copy full SHA for 35d93d2
NEWS
@@ -30,6 +30,9 @@ PHP NEWS
30
. Fixed bug GH-12392 (Segmentation fault on SoapClient::__getTypes).
31
(nielsdos)
32
33
+- XSL:
34
+ . Add missing module dependency. (nielsdos)
35
+
36
12 Oct 2023, PHP 8.3.0RC4
37
38
- Core:
ext/xsl/php_xsl.c
@@ -29,6 +29,7 @@ static zend_object_handlers xsl_object_handlers;
29
static const zend_module_dep xsl_deps[] = {
ZEND_MOD_REQUIRED("libxml")
+ ZEND_MOD_REQUIRED("dom")
ZEND_MOD_END
};
0 commit comments