From 49c9fbbfe28040cc0bc3273547049ebedca2597e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 19 Sep 2021 16:35:26 +0200 Subject: [PATCH 1/2] 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) From 125f305b1db3316f4c0ff9e8c53f42b51c23e744 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 19 Sep 2021 16:37:33 +0200 Subject: [PATCH 2/2] 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 88eec8ef264..9a4d4e0add1 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,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)