Merge branch 'PHP-8.0'

* PHP-8.0:
  Fixed bug #80310: Support for icu4c 68.1.
This commit is contained in:
Nikita Popov 2020-11-09 14:35:48 +01:00
commit 5143b4d8aa

View file

@ -1893,6 +1893,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
if test "$PKG_CONFIG icu-io --atleast-version=60"; then if test "$PKG_CONFIG icu-io --atleast-version=60"; then
ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1" ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1"
fi fi
ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
]) ])
dnl dnl