1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 23:53:30 +02:00

NEWS: Add note for bug #78987

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski
2021-09-19 16:35:26 +02:00
parent 8f75ab0dfc
commit 49c9fbbfe2

3
NEWS
View File

@@ -10,6 +10,9 @@ PHP NEWS
. Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
defined). (Dmitry)
- Fileinfo:
. Fixed bug #78987 (High memory usage during encoding detection). (Anatol)
- PCRE:
. Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)