Skip to content

Commit

Permalink
Fixed bug #80310: Support for icu4c 68.1.
Browse files Browse the repository at this point in the history
On stable versions, bring back the TRUE/FALSE defines by defining
_U_DEFINE_TRUE_AND_FALSE.

Closes GH-6397.
  • Loading branch information
derrabus authored and nikic committed Nov 9, 2020
1 parent 2cab085 commit 8eaaabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS
Expand Up @@ -22,6 +22,10 @@ PHP NEWS
. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
(cmb)

- Intl:
. Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier
'TRUE'). (Alexander M. Turek)

- ODBC:
. Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)

Expand Down
2 changes: 2 additions & 0 deletions acinclude.m4
Expand Up @@ -2254,6 +2254,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
fi
fi
fi
ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
])

dnl
Expand Down

0 comments on commit 8eaaabd

Please sign in to comment.