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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user