Skip to content

Commit 3f53b02

Browse files
committed
Merge branch 'PHP-7.2'
* PHP-7.2: Revert "ICU 59+ requires C++11 and errors out without the option"
2 parents 22ce955 + 011be49 commit 3f53b02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/intl/config.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ if test "$PHP_INTL" != "no"; then
1818
else
1919
icu_spoof_src=""
2020
fi
21-
if test "$icu_version" -ge "59000"; then
22-
ICU_CXXFLAGS="$ICU_CXXFLAGS -std=c++11 -stdlib=libc++"
23-
fi
2421
PHP_NEW_EXTENSION(intl, php_intl.c \
2522
intl_error.c \
2623
intl_convert.c \

0 commit comments

Comments
 (0)