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 7d135d9 commit 851ca31Copy full SHA for 851ca31
ext/dom/config.w32
@@ -26,7 +26,7 @@ if (PHP_DOM == "yes") {
26
AC_DEFINE("HAVE_DOM", 1, "Define to 1 if the PHP extension 'dom' is available.");
27
28
if (!PHP_DOM_SHARED) {
29
- ADD_FLAG("CFLAGS_DOM", "/D LIBXML_STATIC ");
+ ADD_FLAG("CFLAGS_DOM", "/D LIBXML_STATIC /D LEXBOR_STATIC ");
30
} else {
31
if (!CHECK_LIB("libxml2.lib", "dom")) {
32
WARNING("dom support can't be enabled, libxml is not found")
0 commit comments