We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23eb6a0 commit afdabb1Copy full SHA for afdabb1
ext/xsl/config.m4
@@ -29,4 +29,5 @@ if test "$PHP_XSL" != "no"; then
29
PHP_NEW_EXTENSION(xsl, php_xsl.c xsltprocessor.c, $ext_shared)
30
PHP_SUBST(XSL_SHARED_LIBADD)
31
PHP_ADD_EXTENSION_DEP(xsl, libxml)
32
+ PHP_ADD_EXTENSION_DEP(xsl, dom)
33
fi
0 commit comments