Commit 3620667bd2f for php.net

commit 3620667bd2fe05d0bc0553cd00007d260ff8d6da
Author: Matteo Beccati <mbeccati@php.net>
Date:   Tue Jul 28 17:31:12 2026 +0200

    [ci skip] Moved NEWS entry

    Commit happened between after tagging alpha3, but before pushing to the repo

diff --git a/NEWS b/NEWS
index 7d85ff104dc..ebba48ca703 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, PHP 8.6.0beta1

+- GMP:
+  . Added gmp_powm_sec(). (Weilin Du)

 30 Jul 2026, PHP 8.6.0alpha3

@@ -23,7 +25,6 @@ PHP                                                                        NEWS
   . Made php-cli functionality available in embed builds. (henderkes)

 - GMP:
-  . Added gmp_powm_sec(). (Weilin Du)
   . Added gmp_prevprime(). (Weilin Du, David Carlier)
   . Fixed GMP power and shift operators to reject GMP right operands outside
     the unsigned long range instead of silently truncating them. (Weilin Du)