From 49c9fbbfe28040cc0bc3273547049ebedca2597e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 19 Sep 2021 16:35:26 +0200 Subject: [PATCH] NEWS: Add note for bug #78987 Signed-off-by: Anatol Belski --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 204fa178b13..882f91aac0f 100644 --- a/NEWS +++ b/NEWS @@ -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)