mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Add missing DOM dependency in config.m4 for ext/xsl
This commit is contained in:
commit
fcdcfe924a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue