You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last time this has been done for PHP 7.4[1]; since then the requirement is ICU >= 50.1, which has been released 12 years ago. In my opinion, we should bump the requirement (not sure exactly to which version though). That may allow us to drop some conditional compilation, and also some test cases for old ICU versions. E.g.
I would say at least 57.1 as Solaris 11 can get it from opencsw. We, normally, plan to drop centos 7 support for the next major php release and centos 8 it s 60.3 but might be a bit too "recent" tough (2019).
This requirements bump should rarely affect anybody in practice. All
major distros already ship more recent ICU versions, and even for
Solaris 11, ICU 57.1 is available via OpenCSW. Note that ICU 57.1 has
been released on 2016-03-23[1].
[1] <https://icu.unicode.org/download/57>
cmb69
linked a pull request
Nov 3, 2024
that will
close
this issue
Description
The last time this has been done for PHP 7.4[1]; since then the requirement is ICU >= 50.1, which has been released 12 years ago. In my opinion, we should bump the requirement (not sure exactly to which version though). That may allow us to drop some conditional compilation, and also some test cases for old ICU versions. E.g.
php-src/ext/intl/tests/collator_get_sort_key_variant2.phpt
Line 7 in f5e743a
Note that ICU 53.1 has been released more than 10 years ago.
[1] 20fa2e7
The text was updated successfully, but these errors were encountered: