From 1562ba5b718632968701c489b29ba8a0a3392aef Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Sun, 13 Nov 2022 14:40:45 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bd1b5d46ae0..e950e21b61c 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,11 @@ PHP NEWS . Fixed bug GH-9918 (License information for xxHash is not included in README.REDIST.BINS file). (Akama Hitoshi) -Pcntl: +- MBString: + . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in + PHP8.1). (Nathan Freeman) + +- Pcntl: . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash). (Erki Aring)