We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4670e62 commit 7cb513cCopy full SHA for 7cb513c
ext/intl/config.w32
@@ -63,6 +63,9 @@ if (PHP_INTL != "no") {
63
dateformat_parse.c \
64
dateformat_data.c \
65
", "intl");
66
+ ADD_SOURCES(configure_module_dirname + "/idn", "\
67
+ idn.c",
68
+ "intl");
69
ADD_FLAG("LIBS_INTL", "icudt.lib icuin.lib icuio.lib icule.lib iculx.lib");
70
AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled");
71
} else {
0 commit comments