Skip to content

Commit c417dea

Browse files
authored
ext/dom: Sync public headers (php#21921)
The ext/dom/lexbor/selectors-adapted/selectors.h isn't public header in current code (it isn't needed to use ext/dom in other extensions). And Autotools also doesn't install this header.
1 parent dc807bc commit c417dea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ext/dom/config.w32

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ if (PHP_DOM == "yes") {
3636
"dom_ce.h " +
3737
"namespace_compat.h " +
3838
"xml_common.h " +
39-
"xpath_callbacks.h " +
40-
"lexbor/selectors-adapted/selectors.h "
39+
"xpath_callbacks.h "
4140
);
4241
} else {
4342
WARNING("dom support can't be enabled, libxml is not enabled")

0 commit comments

Comments
 (0)