1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] IntlListFormatter UPGRADING fixes (#18590)

This commit is contained in:
David CARLIER
2025-05-18 16:52:30 +01:00
committed by GitHub
parent 3f75452454
commit 00f0175ba9

View File

@@ -181,7 +181,10 @@ PHP 8.5 UPGRADE NOTES
. Added Locale::addLikelySubtags and Locale::minimizeSubtags to
handle likely tags on a given locale.
. Added IntlListFormatter class to format, order, punctuates
a list of items with a given locale, AND/OR and UNIT operands.
a list of items with a given locale, IntlListFormatter::TYPE_AND,
IntlListFormatter::TYPE_OR, IntlListFormatter::TYPE_UNITS operands and
IntlListFormatter::WIDTH_WIDE, IntlListFormatter::WIDTH_SHORT and
IntlListFormatter::WIDTH_NARROW widths.
It is supported from icu 67.
- XSL:
@@ -418,12 +421,6 @@ PHP 8.5 UPGRADE NOTES
- Intl:
. DECIMAL_COMPACT_SHORT.
. DECIMAL_COMPACT_LONG.
. TYPE_AND.
. TYPE_OR.
. TYPE_UNITS.
. WIDTH_WIDE.
. WIDTH_SHORT.
. WIDTH_NARROW.
- POSIX:
. POSIX_SC_OPEN_MAX.