File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,10 @@ PHP 8.5 UPGRADE NOTES
181181 . Added Locale::addLikelySubtags and Locale::minimizeSubtags to
182182 handle likely tags on a given locale.
183183 . Added IntlListFormatter class to format, order, punctuates
184- a list of items with a given locale, AND/OR and UNIT operands.
184+ a list of items with a given locale, IntlListFormatter::TYPE_AND,
185+ IntlListFormatter::TYPE_OR, IntlListFormatter::TYPE_UNITS operands and
186+ IntlListFormatter::WIDTH_WIDE, IntlListFormatter::WIDTH_SHORT and
187+ IntlListFormatter::WIDTH_NARROW widths.
185188 It is supported from icu 67.
186189
187190- XSL:
@@ -418,12 +421,6 @@ PHP 8.5 UPGRADE NOTES
418421- Intl:
419422 . DECIMAL_COMPACT_SHORT.
420423 . DECIMAL_COMPACT_LONG.
421- . TYPE_AND.
422- . TYPE_OR.
423- . TYPE_UNITS.
424- . WIDTH_WIDE.
425- . WIDTH_SHORT.
426- . WIDTH_NARROW.
427424
428425- POSIX:
429426 . POSIX_SC_OPEN_MAX.
You can’t perform that action at this time.
0 commit comments