summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2018-06-20 10:41:41 -0700
committerStanislav Malyshev <stas@php.net>2018-06-20 10:41:41 -0700
commitbcf2e10ae75a02d35971d446f430eafd41e48db5 (patch)
tree7cf6cb48ffbe6ca3290f7a70a429ece47bf644f5
parent69dee5c732fe982c82edb17d0dbc3e79a47748d8 (diff)
downloadphp-git-bcf2e10ae75a02d35971d446f430eafd41e48db5.tar.gz
Revert "ICU 59+ requires C++11 and errors out without the option"
This reverts commit 5dd1ef90caec3021e6ce55c8554e695edf641eaf.
-rw-r--r--ext/intl/config.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/intl/config.m4 b/ext/intl/config.m4
index e8fad2e432..52408f8e91 100644
--- a/ext/intl/config.m4
+++ b/ext/intl/config.m4
@@ -18,9 +18,6 @@ if test "$PHP_INTL" != "no"; then
else
icu_spoof_src=""
fi
- if test "$icu_version" -ge "59000"; then
- ICU_CXXFLAGS="$ICU_CXXFLAGS -std=c++11 -stdlib=libc++"
- fi
PHP_NEW_EXTENSION(intl, php_intl.c \
intl_error.c \
intl_convert.c \