Commit c417deaf0f6 for php.net
commit c417deaf0f6e0a44da2315dd631b2f918a295782
Author: Peter Kokot <peterkokot@gmail.com>
Date: Fri May 1 17:46:40 2026 +0200
ext/dom: Sync public headers (#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.
diff --git a/ext/dom/config.w32 b/ext/dom/config.w32
index e045e29c6ba..e1cbccecf60 100644
--- a/ext/dom/config.w32
+++ b/ext/dom/config.w32
@@ -36,8 +36,7 @@ if (PHP_DOM == "yes") {
"dom_ce.h " +
"namespace_compat.h " +
"xml_common.h " +
- "xpath_callbacks.h " +
- "lexbor/selectors-adapted/selectors.h "
+ "xpath_callbacks.h "
);
} else {
WARNING("dom support can't be enabled, libxml is not enabled")