We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc27d9e commit 0be237fCopy full SHA for 0be237f
ext/xml/config.w32
@@ -13,7 +13,7 @@ if (PHP_XML == "yes") {
13
if (!PHP_XML_SHARED) {
14
ADD_FLAG("CFLAGS_XML", "/D LIBXML_STATIC ");
15
}
16
- PHP_INSTALL_HEADERS("ext/xml/", "expat_compat.h php_xml.h");
+ PHP_INSTALL_HEADERS("ext/xml", "expat_compat.h php_xml.h");
17
} else {
18
WARNING("xml support can't be enabled, libraries or headers are missing")
19
PHP_XML = "no"
0 commit comments