Skip to content

Commit 5bfdedd

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Add missing module dependency for xsl
2 parents b5c287e + 35d93d2 commit 5bfdedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/xsl/php_xsl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ static zend_object_handlers xsl_object_handlers;
2929

3030
static const zend_module_dep xsl_deps[] = {
3131
ZEND_MOD_REQUIRED("libxml")
32+
ZEND_MOD_REQUIRED("dom")
3233
ZEND_MOD_END
3334
};
3435

0 commit comments

Comments
 (0)