You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,14 @@ PHP 8.6 UPGRADE NOTES
43
43
. finfo_file() now works with remote streams.
44
44
45
45
- Intl:
46
-
. Added IntlNumberRangeFormatter class to format an interval of two numbers with a given skeleton, locale, IntlNumberRangeFormatter::COLLAPSE_AUTO, IntlNumberRangeFormatter::COLLAPSE_NONE, IntlNumberRangeFormatter::COLLAPSE_UNIT, IntlNumberRangeFormatter::COLLAPSE_ALL collapse and
47
-
IntlNumberRangeFormatter::IDENTITY_FALLBACK_SINGLE_VALUE, IntlNumberRangeFormatter::IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE, IntlNumberRangeFormatter::IDENTITY_FALLBACK_APPROXIMATELY and
46
+
. Added IntlNumberRangeFormatter class to format an interval of two numbers
47
+
with a given skeleton, locale, IntlNumberRangeFormatter::COLLAPSE_AUTO,
48
+
IntlNumberRangeFormatter::COLLAPSE_NONE,
49
+
IntlNumberRangeFormatter::COLLAPSE_UNIT,
50
+
IntlNumberRangeFormatter::COLLAPSE_ALL collapse and
0 commit comments