Skip to content

Commit cad2a0f

Browse files
committed
Revert the automatic namespace addition
1 parent 4b4cd69 commit cad2a0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

acinclude.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,6 @@ AC_DEFUN([PHP_SETUP_ICU],[
22392239
PHP_EVAL_LIBLINE($ICU_LIBS, $1)
22402240
22412241
ICU_EXTRA_FLAGS=`$ICU_CONFIG --cxxflags`
2242-
ICU_EXTRA_FLAGS="$ICU_EXTRA_FLAGS -DU_USING_ICU_NAMESPACE=1"
22432242
fi
22442243
])
22452244

ext/intl/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if (PHP_INTL != "no") {
129129
ADD_FLAG("LIBS_INTL", "iculx.lib");
130130
}
131131

132-
ADD_FLAG("CFLAGS_INTL", "/EHsc /D U_USING_ICU_NAMESPACE=1");
132+
ADD_FLAG("CFLAGS_INTL", "/EHsc");
133133
AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled");
134134
} else {
135135
WARNING("intl not enabled; libraries and/or headers not found");

0 commit comments

Comments
 (0)