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 4b4cd69 commit cad2a0fCopy full SHA for cad2a0f
acinclude.m4
@@ -2239,7 +2239,6 @@ AC_DEFUN([PHP_SETUP_ICU],[
2239
PHP_EVAL_LIBLINE($ICU_LIBS, $1)
2240
2241
ICU_EXTRA_FLAGS=`$ICU_CONFIG --cxxflags`
2242
- ICU_EXTRA_FLAGS="$ICU_EXTRA_FLAGS -DU_USING_ICU_NAMESPACE=1"
2243
fi
2244
])
2245
ext/intl/config.w32
@@ -129,7 +129,7 @@ if (PHP_INTL != "no") {
129
ADD_FLAG("LIBS_INTL", "iculx.lib");
130
}
131
132
- ADD_FLAG("CFLAGS_INTL", "/EHsc /D U_USING_ICU_NAMESPACE=1");
+ ADD_FLAG("CFLAGS_INTL", "/EHsc");
133
AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled");
134
} else {
135
WARNING("intl not enabled; libraries and/or headers not found");
0 commit comments