From a42ab3212011d68fa4e6aafa23499074022e1eaf Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Tue, 25 Feb 2025 10:10:40 -0800 Subject: [PATCH] NEWS for 8.4.5: combine ext/GD sections [skip ci] --- NEWS | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 23ad1ae72a8aa..0c506b6349b51 100644 --- a/NEWS +++ b/NEWS @@ -33,10 +33,6 @@ PHP NEWS . Fixed bug GH-17847 (xinclude destroys live node). (nielsdos) . Fix using Dom\Node with Dom\XPath callbacks. (nielsdos) -- GD: - . Fixed bug GH-17703 (imagescale with both width and height negative values - triggers only an Exception on width). (David Carlier) - - FFI: . Fix FFI Parsing of Pointer Declaration Lists. (davnotdev) @@ -45,6 +41,8 @@ PHP NEWS (Jakub Zelenka) - GD: + . Fixed bug GH-17703 (imagescale with both width and height negative values + triggers only an Exception on width). (David Carlier) . Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). (David Carlier)