From f7649dc103f430e94ca84e929fbb718dd4ab87b1 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sun, 14 Jul 2024 13:36:45 +0200 Subject: [PATCH] [skip ci] Fix duplicate core header in NEWS --- NEWS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 132ae52236a..40fec19172a 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.4.0alpha2 -- Core: - . Fixed bug GH-14801 (Fix build for armv7). (andypost) - - GD: . Check overflow/underflow for imagescale/imagefilter. (David Carlier) @@ -57,6 +54,7 @@ PHP NEWS (Peter Kokot) . Added the #[\Deprecated] attribute. (beberlei, timwolla) . Fixed GH-11389 (Allow suspending fibers in destructors). (Arnaud, trowski) + . Fixed bug GH-14801 (Fix build for armv7). (andypost) - Curl: . Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)