1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS for 8.4.5: combine ext/GD sections [skip ci]

Closes GH-17930.
This commit is contained in:
DanielEScherzer
2025-02-25 10:10:40 -08:00
committed by Niels Dossche
parent 1ec469d116
commit a73fe50864

6
NEWS
View File

@@ -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)