summaryrefslogtreecommitdiff
path: root/ext/dom/config.w32
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-10 21:28:20 +0200
committerAnatol Belski <ab@php.net>2015-05-10 22:22:03 +0200
commitbecfdeb2ffe0927a74952e026158d33a6c0ac83d (patch)
tree8c771fccbfc2b89354688dde3b31db2c8b17f4d1 /ext/dom/config.w32
parente570bb430d83c93e5e06505349222996c6072003 (diff)
downloadphp-git-becfdeb2ffe0927a74952e026158d33a6c0ac83d.tar.gz
improve searchability for libxml2 headers
and bring the configs inline with the current libxml2 build
Diffstat (limited to 'ext/dom/config.w32')
-rw-r--r--ext/dom/config.w325
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/dom/config.w32 b/ext/dom/config.w32
index 0e8e12bb9a..14a6c4676b 100644
--- a/ext/dom/config.w32
+++ b/ext/dom/config.w32
@@ -4,7 +4,10 @@
ARG_WITH("dom", "DOM support", "yes");
if (PHP_DOM == "yes") {
- if (PHP_LIBXML == "yes" && ADD_EXTENSION_DEP('dom', 'libxml')) {
+ if (PHP_LIBXML == "yes" &&
+ ADD_EXTENSION_DEP('dom', 'libxml') &&
+ CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_DOM", PHP_PHP_BUILD + "\\include\\libxml2")
+ ) {
EXTENSION("dom", "php_dom.c attr.c document.c domerrorhandler.c \
domstringlist.c domexception.c namelist.c processinginstruction.c \
cdatasection.c documentfragment.c domimplementation.c element.c \