From a0455fe716c778b99ff7c4d9dcfe62bfb1bb78bd Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Tue, 16 Aug 2022 11:39:53 -0400 Subject: [PATCH] [ci skip] Update NEWS for PHP 8.2.0 RC1 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e570d73f050..7fff7ce35db 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.2.0beta3 +?? ??? ????, PHP 8.2.0RC1 + + +18 Aug 2022, PHP 8.2.0beta3 - Core: . Fixed incorrect double to long casting in latest clang. (zeriyoshi)