File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,9 @@ 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, IntlListFormatter::OR
185+ IntlListFormatter::TYPE_UNITS operands and IntlListFormatter::WIDTH_WIDE,
186+ IntlListFormatter::WIDTH_SHORT and IntlListFormatter::WIDTH_NARROW widths.
185187 It is supported from icu 67.
186188
187189- XSL:
@@ -418,12 +420,6 @@ PHP 8.5 UPGRADE NOTES
418420- Intl:
419421 . DECIMAL_COMPACT_SHORT.
420422 . DECIMAL_COMPACT_LONG.
421- . TYPE_AND.
422- . TYPE_OR.
423- . TYPE_UNITS.
424- . WIDTH_WIDE.
425- . WIDTH_SHORT.
426- . WIDTH_NARROW.
427423
428424- POSIX:
429425 . POSIX_SC_OPEN_MAX.
You can’t perform that action at this time.
0 commit comments