From 920847efc6da1c6ecba490cb032e3d8a2d08f81f Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Tue, 21 Oct 2025 13:36:15 -0700 Subject: [PATCH] [ci skip] Update NEWS for PHP 8.5.0 RC4 --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a79ac7b49c2..47db84c8f60 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.5.0RC3 +?? ??? ????, PHP 8.5.0RC4 + + +23 Oct 2025, PHP 8.5.0RC3 - Core: . Fixed bug GH-20113 (Missing new Foo(...) error in constant expressions).