From 31a44c8ca75f9c8342102006bf9239eff3abd081 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 30 Sep 2023 19:19:44 +0200 Subject: [PATCH] NEWS: Add note about #11891 [ci skip] Signed-off-by: Anatol Belski --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index a18df44f7e5..5022360cb72 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ PHP NEWS - DOM: . Restore old namespace reconciliation behaviour. (nielsdos) +- Fileinfo: + . Fixed bug GH-11891 (fileinfo returns text/xml for some svg files). (usarise) + - LibXML: . Fix compile error with -Werror=incompatible-function-pointer-types and old libxml2. (nielsdos)