File tree 1 file changed +3
-7
lines changed
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
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, IntlListFormatter::OR
185
+ IntlListFormatter::TYPE_UNITS operands and IntlListFormatter::WIDTH_WIDE,
186
+ IntlListFormatter::WIDTH_SHORT and IntlListFormatter::WIDTH_NARROW widths.
185
187
It is supported from icu 67.
186
188
187
189
- XSL:
@@ -418,12 +420,6 @@ PHP 8.5 UPGRADE NOTES
418
420
- Intl:
419
421
. DECIMAL_COMPACT_SHORT.
420
422
. DECIMAL_COMPACT_LONG.
421
- . TYPE_AND.
422
- . TYPE_OR.
423
- . TYPE_UNITS.
424
- . WIDTH_WIDE.
425
- . WIDTH_SHORT.
426
- . WIDTH_NARROW.
427
423
428
424
- POSIX:
429
425
. POSIX_SC_OPEN_MAX.
You can’t perform that action at this time.
0 commit comments