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

[skip ci] Fix NEWS entry for config.* scripts

This commit is contained in:
Peter Kokot
2024-08-03 01:33:28 +02:00
parent e02fa5f825
commit 20ea4eadc6

8
NEWS
View File

@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.4.0beta1
- Core:
. Updated build system scripts config.guess to 2024-07-27 and config.sub to
2024-05-27. (Peter Kokot)
- DOM:
. Fixed bug GH-15192 (Segmentation fault in dom extension
(html5_serializer)). (nielsdos)
@@ -12,10 +16,6 @@ PHP NEWS
01 Aug 2024, PHP 8.4.0alpha4
- Core:
. Updated build system scripts config.guess to 2024-07-27 and config.sub to
2024-05-27. (Peter Kokot)
- GMP:
. RFC: Change GMP bool cast behavior. (Saki Takamachi)