Merge branch 'PHP-8.3'

* PHP-8.3:
  Add missing DOM dependency in config.m4 for ext/xsl
This commit is contained in:
Niels Dossche 2024-03-15 22:56:49 +01:00
commit fcdcfe924a

View file

@ -29,4 +29,5 @@ if test "$PHP_XSL" != "no"; then
PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared) PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
PHP_SUBST(XSL_SHARED_LIBADD) PHP_SUBST(XSL_SHARED_LIBADD)
PHP_ADD_EXTENSION_DEP(xsl, libxml) PHP_ADD_EXTENSION_DEP(xsl, libxml)
PHP_ADD_EXTENSION_DEP(xsl, dom)
fi fi