Skip to content

Commit fcdcfe9

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Add missing DOM dependency in config.m4 for ext/xsl
2 parents c6f4c26 + 7d1637a commit fcdcfe9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/xsl/config.m4

+1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ if test "$PHP_XSL" != "no"; then
2929
PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
3030
PHP_SUBST(XSL_SHARED_LIBADD)
3131
PHP_ADD_EXTENSION_DEP(xsl, libxml)
32+
PHP_ADD_EXTENSION_DEP(xsl, dom)
3233
fi

0 commit comments

Comments
 (0)