php7: Support for icu 70.1 17053/head
authorHirokazu MORIKAWA <morikw2@gmail.com>
Tue, 2 Nov 2021 00:36:12 +0000 (09:36 +0900)
committerMichael Heimpold <mhei@heimpold.de>
Wed, 3 Nov 2021 07:00:38 +0000 (08:00 +0100)
commit6eecc3bd4c8e34e3986fde3f95ed88c784cd99eb
tree482fc84f737a483f5beb16a988165202d9381272
parentf2300cd651abbe74d648637216bfc5be20c1e531
php7: Support for icu 70.1

This PR prepares PHP for a few minor changes that cause PHP builds to fail when using --enable-intl with ICU 70.1.

Change UBool to bool for equality operators in ICU >= 70.1

https://github.com/php/php-src/pull/7596

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit bc13112a7c180dfad51db065c74438017fc8a8c7)
lang/php7/Makefile
lang/php7/patches/1011-Accommodate-changes-to-canonicalized-forms-in-ICU-70_1.patch [new file with mode: 0644]