From e4055fece1d1b7dfc961129e6f7098ae10e2d5f0 Mon Sep 17 00:00:00 2001 From: Yuya Hamada Date: Wed, 11 Sep 2024 16:24:29 +0900 Subject: [PATCH 1/3] [skip ci] Add NEWS for GH-15824 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index cf04a23cf5f93..d5d66f0ebd98a 100644 --- a/NEWS +++ b/NEWS @@ -75,6 +75,10 @@ PHP NEWS . Fixed bug GH-15628 (php_stream_memory_get_buffer() not zero-terminated). (cmb) +- MBString: + . Fixed bug GH-15824 mb_detect_encoding(): Argument $encodings contains + invalid encoding "UTF8". (Yuya Hamada) + 29 Aug 2024, PHP 8.4.0beta4 - Core: From 7143c701077c7e8a845f40e7c16edf1ed0a23ceb Mon Sep 17 00:00:00 2001 From: tekimen Date: Wed, 11 Sep 2024 16:44:02 +0900 Subject: [PATCH 2/3] Update NEWS Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com> --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d5d66f0ebd98a..ac0011fe206b6 100644 --- a/NEWS +++ b/NEWS @@ -76,8 +76,8 @@ PHP NEWS (cmb) - MBString: - . Fixed bug GH-15824 mb_detect_encoding(): Argument $encodings contains - invalid encoding "UTF8". (Yuya Hamada) + . Fixed bug GH-15824 (mb_detect_encoding(): Argument $encodings contains + invalid encoding "UTF8"). (Yuya Hamada) 29 Aug 2024, PHP 8.4.0beta4 From 443aa6f03079a647169b3c09249e171214f0701d Mon Sep 17 00:00:00 2001 From: Yuya Hamada Date: Wed, 11 Sep 2024 19:39:44 +0900 Subject: [PATCH 3/3] Fix GH-15824: Fix NEWS position --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index ac0011fe206b6..be96eaa28fdbb 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.4.0RC1 +- MBString: + . Fixed bug GH-15824 (mb_detect_encoding(): Argument $encodings contains + invalid encoding "UTF8"). (Yuya Hamada) + - Opcache: . Fixed bug GH-15657 (Segmentation fault in dasm_x86.h). (nielsdos) @@ -75,10 +79,6 @@ PHP NEWS . Fixed bug GH-15628 (php_stream_memory_get_buffer() not zero-terminated). (cmb) -- MBString: - . Fixed bug GH-15824 (mb_detect_encoding(): Argument $encodings contains - invalid encoding "UTF8"). (Yuya Hamada) - 29 Aug 2024, PHP 8.4.0beta4 - Core: