[php-src] master: [ci skip] Moved NEWS entry

Matteo Beccati <[email protected]> Tue, 28 Jul 2026 15:33:08 +0000
Newsgroups gmane.comp.php.cvs.general
Message-ID <[email protected]>
Author: Matteo Beccati (mbeccati)
Date: 2026-07-28T17:31:12+02:00

Commit: https://github.com/php/php-src/commit/3620667bd2fe05d0bc0553cd00007d260ff8d6da
Raw diff: https://github.com/php/php-src/commit/3620667bd2fe05d0bc0553cd00007d260ff8d6da.diff

[ci skip] Moved NEWS entry

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

Changed paths:
  M  NEWS


Diff:

diff --git a/NEWS b/NEWS
index 7d85ff104dcd..ebba48ca7037 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)