From 84601629c42840a899784c1e4780b7440d3d8846 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 30 Apr 2026 20:42:53 +0200 Subject: [PATCH] ext/dom: Sync public headers 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. --- ext/dom/config.w32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/dom/config.w32 b/ext/dom/config.w32 index e045e29c6bab..e1cbccecf608 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")