Skip to content

Commit 96b7251

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fixed bug #80310: Support for icu4c 68.1.
2 parents 25643b5 + 8eaaabd commit 96b7251

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
@@ -1907,6 +1907,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
19071907
if test "$PKG_CONFIG icu-io --atleast-version=60"; then
19081908
ICU_CFLAGS="$ICU_CFLAGS -DU_HIDE_OBSOLETE_UTF_OLD_H=1"
19091909
fi
1910+
1911+
ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
19101912
])
19111913

19121914
dnl

0 commit comments

Comments
 (0)