mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Add missing module dependency for xsl
This commit is contained in:
@@ -29,6 +29,7 @@ static zend_object_handlers xsl_object_handlers;
|
||||
|
||||
static const zend_module_dep xsl_deps[] = {
|
||||
ZEND_MOD_REQUIRED("libxml")
|
||||
ZEND_MOD_REQUIRED("dom")
|
||||
ZEND_MOD_END
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user