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 DOM dependency in config.m4 for ext/xsl
  • Loading branch information
nielsdos committed Mar 15, 2024
2 parents c6f4c26 + 7d1637a commit fcdcfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/xsl/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ if test "$PHP_XSL" != "no"; then
PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
PHP_SUBST(XSL_SHARED_LIBADD)
PHP_ADD_EXTENSION_DEP(xsl, libxml)
PHP_ADD_EXTENSION_DEP(xsl, dom)
fi

0 comments on commit fcdcfe9

Please sign in to comment.