summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2015-01-19 05:55:55 +0000
committerAndrea Faulds <ajf@ajf.me>2015-01-19 05:55:55 +0000
commit6c5b3df5fb5185afad1e427112d19b2eeb6603c6 (patch)
tree18231ba9d7b1d95bb17cca6a54ccbfe0181fdd6d
parent0706032b7344ee3be3e95911e18966b3d97bfe39 (diff)
downloadphp-git-6c5b3df5fb5185afad1e427112d19b2eeb6603c6.tar.gz
Move intdiv() UPGRADING entry to New Functions
-rw-r--r--UPGRADING8
1 files changed, 4 insertions, 4 deletions
diff --git a/UPGRADING b/UPGRADING
index 3cab7cc2a7..5343b44ac3 100644
--- 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