1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-11-25 14:37:43 +01:00
parent 5563535e97
commit 772bb62526
+4
View File
@@ -24,6 +24,10 @@ PHP NEWS
. Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
PHP8.1). (Nathan Freeman)
- Opcache:
. Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
(Arnaud, michdingpayc)
- OpenSSL:
. Fixed bug GH-9997 (OpenSSL engine clean up segfault). (Jakub Zelenka)
. Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).