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 81f84a4 commit 2de91cdCopy full SHA for 2de91cd
ext/intl/config.w32
@@ -48,13 +48,13 @@ if (PHP_INTL != "no") {
48
locale_methods.cpp \
49
", "intl");
50
ADD_SOURCES(configure_module_dirname + "/msgformat", "\
51
- msgformat.c \
52
- msgformat_attr.c \
53
- msgformat_class.c \
54
- msgformat_data.c \
55
- msgformat_format.c \
+ msgformat.cpp \
+ msgformat_attr.cpp \
+ msgformat_class.cpp \
+ msgformat_data.cpp \
+ msgformat_format.cpp \
56
msgformat_helpers.cpp \
57
- msgformat_parse.c \
+ msgformat_parse.cpp \
58
59
ADD_SOURCES(configure_module_dirname + "/grapheme", "\
60
grapheme_string.c grapheme_util.c \
0 commit comments