[skip ci] NEWS/UPGRADING

This commit is contained in:
David Carlier 2025-03-07 18:02:52 +00:00
parent 97402d5ab5
commit cd88e9f1f4
No known key found for this signature in database
GPG key ID: 2FB76A8CE6CD2B41
2 changed files with 6 additions and 0 deletions

2
NEWS
View file

@ -58,6 +58,8 @@ PHP NEWS
. Bumped ICU requirement to ICU >= 57.1. (cmb) . Bumped ICU requirement to ICU >= 57.1. (cmb)
. IntlDateFormatter::setTimeZone()/datefmt_set_timezone() throws an exception . IntlDateFormatter::setTimeZone()/datefmt_set_timezone() throws an exception
with uninitialised classes or clone failure. (David Carlier) with uninitialised classes or clone failure. (David Carlier)
. Added DECIMAL_COMPACT_SHORT/DECIMAL_COMPACT_LONG for NumberFormatter class.
(BogdanUngureanu)
- MySQLi: - MySQLi:
. Fixed bugs GH-17900 and GH-8084 (calling mysqli::__construct twice). . Fixed bugs GH-17900 and GH-8084 (calling mysqli::__construct twice).

View file

@ -291,6 +291,10 @@ PHP 8.5 UPGRADE NOTES
. CURLINFO_HTTPAUTH_USED. . CURLINFO_HTTPAUTH_USED.
. CURLINFO_PROXYAUTH_USED. . CURLINFO_PROXYAUTH_USED.
- Intl:
. DECIMAL_COMPACT_SHORT.
. DECIMAL_COMPACT_LONG.
- POSIX: - POSIX:
. POSIX_SC_OPEN_MAX. . POSIX_SC_OPEN_MAX.