From 20680b885b4c7a6ed9fd1e6afe02b46c0dfc3703 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 10 Oct 2022 14:00:41 +0200 Subject: [PATCH] [ci skip] Add missing NEWS entry --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 08b8dcc4562..96f22688dcc 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ PHP NEWS . Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files). (Anatol) +- MBString: + - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in + mb_ encode_mimeheader). (Alex Dowad) + - Opcache: . Added indirect call reduction for jit on x86 architectures. (wxue1)