Commit 45c46504e2b for php.net

commit 45c46504e2b1c013f1cd91f99c477a315f688377
Author: Daniel Scherzer <daniels@php.net>
Date:   Tue Jul 1 15:02:55 2025 -0700

    [ci skip] Update NEWS for PHP 8.5.0 alpha2

diff --git a/NEWS b/NEWS
index f3c92852e4d..3646c48404f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.5.0alpha1
+?? ??? ????, PHP 8.5.0alpha2
+
+
+03 Jul 2025, PHP 8.5.0alpha1

 - BCMath:
   . Simplify `bc_divide()` code. (SakiTakamachi)