We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db23e9c commit c05c8dbCopy full SHA for c05c8db
1 file changed
ext/dom/php_dom.c
@@ -698,6 +698,7 @@ static zend_object *dom_token_list_new(zend_class_entry *class_type)
698
699
static const zend_module_dep dom_deps[] = {
700
ZEND_MOD_REQUIRED("libxml")
701
+ ZEND_MOD_REQUIRED("lexbor")
702
ZEND_MOD_CONFLICTS("domxml")
703
ZEND_MOD_END
704
};
0 commit comments