Skip to content

Commit 7d1637a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/xsl/config.m4

Lines changed: 1 addition & 0 deletions
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)