From c1b129bd182991515c78835249c1514b480cfbea Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Tue, 29 Jul 2025 13:59:19 -0700 Subject: [PATCH] [ci skip] Update NEWS for PHP 8.5.0 beta1 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 28963162e7c..61c39295db5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.5.0alpha3 +?? ??? ????, PHP 8.5.0beta1 + + +31 Jul 2025, PHP 8.5.0alpha3 - Core: . Add clone-with support to the clone() function. (timwolla, edorian)