]> granicus.if.org Git - php/commitdiff
Move intdiv() UPGRADING entry to New Functions
authorAndrea Faulds <ajf@ajf.me>
Mon, 19 Jan 2015 05:55:55 +0000 (05:55 +0000)
committerAndrea Faulds <ajf@ajf.me>
Mon, 19 Jan 2015 05:55:55 +0000 (05:55 +0000)
UPGRADING

index 3cab7cc2a7b13234e04869b9609c8aebdb21bfe8..5343b44ac3003f202f9f1c2fbf381c70d899fc0e 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -99,9 +99,6 @@ PHP X.Y UPGRADE NOTES
     and heredocs.
   . define() now supports arrays as constant values, fixing an oversight where define() did not support arrays yet const syntax did.
 
-- Standard
-  . intdiv() function for integer division added.
-
 ========================================
 3. Changes in SAPI modules
 ========================================
@@ -133,7 +130,10 @@ PHP X.Y UPGRADE NOTES
 6. New Functions
 ========================================
 - GMP
-  . Added gmp_random_seed()
+  . Added gmp_random_seed().
+
+- Standard
+  . Added intdiv() function for integer division.
 
 ========================================
 7. New Classes and Interfaces