We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc9232 commit a28639eCopy full SHA for a28639e
ext/intl/config.m4
@@ -18,9 +18,6 @@ if test "$PHP_INTL" != "no"; then
18
else
19
icu_spoof_src=""
20
fi
21
- if test "$icu_version" -ge "59000"; then
22
- ICU_CXXFLAGS="$ICU_CXXFLAGS -std=c++11 -stdlib=libc++"
23
- fi
24
PHP_NEW_EXTENSION(intl, php_intl.c \
25
intl_error.c \
26
intl_convert.c \
0 commit comments