Skip to content

Commit 5143b4d

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Fixed bug #80310: Support for icu4c 68.1.
2 parents 3e7acf9 + 4cd3934 commit 5143b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/php.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,6 +1893,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
18931893
if test "$PKG_CONFIG icu-io --atleast-version=60"; then
18941894
ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1"
18951895
fi
1896+
1897+
ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
18961898
])
18971899

18981900
dnl

0 commit comments

Comments
 (0)