1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Revert "ICU 59+ requires C++11 and errors out without the option"
This commit is contained in:
Stanislav Malyshev
2018-06-20 10:41:59 -07:00

View File

@@ -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 \