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 c66af62 commit 3690df0Copy full SHA for 3690df0
ext/dom/config.w32
@@ -36,7 +36,7 @@ if (PHP_DOM == "yes") {
36
ADD_SOURCES("ext/dom/lexbor/lexbor/css/syntax/tokenizer", "error.c", "dom");
37
ADD_SOURCES("ext/dom/lexbor/lexbor/ns", "ns.c", "dom");
38
ADD_SOURCES("ext/dom/lexbor/lexbor/tag", "tag.c", "dom");
39
- ADD_FLAG("CFLAGS_DOM", "/D LEXBOR_STATIC ");
+ ADD_FLAG("CFLAGS_DOM", "/D LEXBOR_STATIC /utf-8 ");
40
41
AC_DEFINE("HAVE_DOM", 1, "Define to 1 if the PHP extension 'dom' is available.");
42
0 commit comments