From 42e32a72b57a0dcf66bb1793fa4933859b758af0 Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Tue, 18 Jul 2023 15:54:56 -0700 Subject: [PATCH] Update NEWS for php8.3.0beta1 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 153cb583e9c..4a8d8993fda 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.3.0beta1 +?? ??? ????, PHP 8.3.0beta2 + + +20 Jul 2023, PHP 8.3.0beta1 - CLI: . Implement GH-10024 (support linting multiple files at once using php -l).