1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

[ci skip] Add missing NEWS entry

This commit is contained in:
Christoph M. Becker
2022-06-13 14:39:00 +02:00
parent 2dc9026cbc
commit 4a8c59d661
+2
View File
@@ -21,6 +21,8 @@ PHP NEWS
. mb_detect_encoding recognizes all letters in Czech alphabet (alexdowad)
. mb_detect_encoding recognizes all letters in Hungarian alphabet (alexdowad)
. Fixed bug GH-8685 (pcre not ready at mbstring startup). (Remi)
. Backwards-compatible mappings for 0x5C/0x7E in Shift-JIS are restored,
after they had been changed in 8.1.0. (Alex Dowad)
- OPcache:
. Fixed bug GH-8591 (tracing JIT crash after private instance method change).