Placing core changes before anything else

This commit is contained in:
Patrick Allaert 2021-11-27 13:05:02 +01:00
parent c459625df0
commit 7f7f91536f
No known key found for this signature in database
GPG Key ID: 199F9DFEF6FFBAFD

14
NEWS
View File

@ -11,13 +11,6 @@ PHP NEWS
25 Nov 2021, PHP 8.1.0
- CLI:
. Fixed bug #81496 (Server logs incorrect request method). (lauri)
- COM:
. Dispatch using LANG_NEUTRAL instead of LOCALE_SYSTEM_DEFAULT. (Dmitry
Maksimov)
- Core:
. Fixed bug #81607 (CE_CACHE allocation with concurrent access). (Nikita,
Dmitry)
@ -59,6 +52,13 @@ PHP NEWS
. Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
(krakjoe)
- CLI:
. Fixed bug #81496 (Server logs incorrect request method). (lauri)
- COM:
. Dispatch using LANG_NEUTRAL instead of LOCALE_SYSTEM_DEFAULT. (Dmitry
Maksimov)
- Curl:
. Fixed bug #81085 (Support CURLOPT_SSLCERT_BLOB for cert strings).
(camporter)