Merge branch 'PHP-8.2' into PHP-8.3

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

View File

@ -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