File tree 1 file changed +4
-7
lines changed
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
181
181
. Added Locale::addLikelySubtags and Locale::minimizeSubtags to
182
182
handle likely tags on a given locale.
183
183
. 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.
185
188
It is supported from icu 67.
186
189
187
190
- XSL:
@@ -418,12 +421,6 @@ PHP 8.5 UPGRADE NOTES
418
421
- Intl:
419
422
. DECIMAL_COMPACT_SHORT.
420
423
. DECIMAL_COMPACT_LONG.
421
- . TYPE_AND.
422
- . TYPE_OR.
423
- . TYPE_UNITS.
424
- . WIDTH_WIDE.
425
- . WIDTH_SHORT.
426
- . WIDTH_NARROW.
427
424
428
425
- POSIX:
429
426
. POSIX_SC_OPEN_MAX.
You can’t perform that action at this time.
0 commit comments