Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Add missing module dependency for xsl
  • Loading branch information
nielsdos committed Oct 15, 2023
2 parents b5c287e + 35d93d2 commit 5bfdedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/xsl/php_xsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
ZEND_MOD_END
};

Expand Down

0 comments on commit 5bfdedd

Please sign in to comment.