From 20ea4eadc6c4df40b788910c0a378f6120863fc3 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 3 Aug 2024 01:33:28 +0200 Subject: [PATCH] [skip ci] Fix NEWS entry for config.* scripts --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1c1cef3ec6a..343a59f4bf2 100644 --- a/NEWS +++ b/NEWS @@ -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)