mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] NEWS/UPGRADING
This commit is contained in:
parent
97402d5ab5
commit
cd88e9f1f4
2 changed files with 6 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -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).
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue