Skip to content

Commit c05c8db

Browse files
committed
Add module dep
1 parent db23e9c commit c05c8db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/dom/php_dom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@ static zend_object *dom_token_list_new(zend_class_entry *class_type)
698698

699699
static const zend_module_dep dom_deps[] = {
700700
ZEND_MOD_REQUIRED("libxml")
701+
ZEND_MOD_REQUIRED("lexbor")
701702
ZEND_MOD_CONFLICTS("domxml")
702703
ZEND_MOD_END
703704
};

0 commit comments

Comments
 (0)