Skip to content

Commit 8eaaabd

Browse files
derrabusnikic
authored andcommitted
Fixed bug #80310: Support for icu4c 68.1.
On stable versions, bring back the TRUE/FALSE defines by defining _U_DEFINE_TRUE_AND_FALSE. Closes phpGH-6397.
1 parent 2cab085 commit 8eaaabd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ PHP NEWS
2222
. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
2323
(cmb)
2424

25+
- Intl:
26+
. Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier
27+
'TRUE'). (Alexander M. Turek)
28+
2529
- ODBC:
2630
. Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
2731

acinclude.m4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2254,6 +2254,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
22542254
fi
22552255
fi
22562256
fi
2257+
2258+
ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
22572259
])
22582260

22592261
dnl

0 commit comments

Comments
 (0)