1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 21:22:13 +02:00

[skip ci] Fix duplicate core header in NEWS

This commit is contained in:
Ilija Tovilo
2024-07-14 13:36:45 +02:00
parent a6d1844446
commit f7649dc103

4
NEWS
View File

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