File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ PHP NEWS
58
58
. Bumped ICU requirement to ICU >= 57.1. (cmb)
59
59
. IntlDateFormatter::setTimeZone()/datefmt_set_timezone() throws an exception
60
60
with uninitialised classes or clone failure. (David Carlier)
61
+ . Added DECIMAL_COMPACT_SHORT/DECIMAL_COMPACT_LONG for NumberFormatter class.
62
+ (BogdanUngureanu)
61
63
62
64
- MySQLi:
63
65
. Fixed bugs GH-17900 and GH-8084 (calling mysqli::__construct twice).
Original file line number Diff line number Diff line change @@ -291,6 +291,10 @@ PHP 8.5 UPGRADE NOTES
291
291
. CURLINFO_HTTPAUTH_USED.
292
292
. CURLINFO_PROXYAUTH_USED.
293
293
294
+ - Intl:
295
+ . DECIMAL_COMPACT_SHORT.
296
+ . DECIMAL_COMPACT_LONG.
297
+
294
298
- POSIX:
295
299
. POSIX_SC_OPEN_MAX.
296
300
You can’t perform that action at this time.
0 commit comments