From 6af240d8dad7375611fb823cdc93201f240e7e4e Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:14:09 +0100 Subject: [PATCH] [ci skip] Fix NEWS order --- NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index d639cd27f0c..49b80ebb7ae 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,13 @@ PHP NEWS . Fix weird unpack behaviour in DOM. (nielsdos) . Fix xinclude destruction of live attributes. (nielsdos) +- Embed: + . Fixed bug GH-8533 (Unable to link dynamic libphp on Mac). (Kévin Dunglas) + +- Fuzzer: + . Fixed bug GH-18081 (Memory leaks in error paths of fuzzer SAPI). + (Lung-Alexandra) + - GD: . Fixed bug GH-17984 (calls with arguments as array with references). (David Carlier) @@ -23,13 +30,6 @@ PHP NEWS (David Carlier) . Fix UConverter::transcode with substitutes as references. (David Carlier) -- Embed: - . Fixed bug GH-8533 (Unable to link dynamic libphp on Mac). (Kévin Dunglas) - -- Fuzzer: - . Fixed bug GH-18081 (Memory leaks in error paths of fuzzer SAPI). - (Lung-Alexandra) - - Mbstring: . Fixed bug GH-17989 (mb_output_handler crash with unset http_output_conv_mimetypes). (nielsdos)