We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6f4c26 + 7d1637a commit fcdcfe9Copy full SHA for fcdcfe9
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