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
5858 . Bumped ICU requirement to ICU >= 57.1. (cmb)
5959 . IntlDateFormatter::setTimeZone()/datefmt_set_timezone() throws an exception
6060 with uninitialised classes or clone failure. (David Carlier)
61+ . Added DECIMAL_COMPACT_SHORT/DECIMAL_COMPACT_LONG for NumberFormatter class.
62+ (BogdanUngureanu)
6163
6264- MySQLi:
6365 . 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
291291 . CURLINFO_HTTPAUTH_USED.
292292 . CURLINFO_PROXYAUTH_USED.
293293
294+ - Intl:
295+ . DECIMAL_COMPACT_SHORT.
296+ . DECIMAL_COMPACT_LONG.
297+
294298- POSIX:
295299 . POSIX_SC_OPEN_MAX.
296300
You can’t perform that action at this time.
0 commit comments