We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cab085 commit 8eaaabdCopy full SHA for 8eaaabd
NEWS
@@ -22,6 +22,10 @@ PHP NEWS
22
. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
23
(cmb)
24
25
+- Intl:
26
+ . Fixed bug #80310 (ext-intl with icu4c 68.1: use of undeclared identifier
27
+ 'TRUE'). (Alexander M. Turek)
28
+
29
- ODBC:
30
. Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb)
31
acinclude.m4
@@ -2254,6 +2254,8 @@ AC_DEFUN([PHP_SETUP_ICU],[
2254
fi
2255
2256
2257
2258
+ ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1"
2259
])
2260
2261
dnl
0 commit comments