summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-08-06 19:56:32 +0100
committerAndrea Faulds <ajf@ajf.me>2014-08-06 19:56:32 +0100
commit64534830b1a6cbd14cc41d4a35273095cb15752b (patch)
treec04bc95a455a9b359d8e20df08c4a16b2c3bd8c1 /UPGRADING
parent6c47f50137fa9902746fb9d4efc4158b299f1052 (diff)
downloadphp-git-64534830b1a6cbd14cc41d4a35273095cb15752b.tar.gz
NEWS and UPGRADING for intdiv()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 3 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 730fa5bd87..df68cb1b4b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -28,6 +28,8 @@ PHP X.Y UPGRADE NOTES
2. New Features
========================================
+- Standard
+ . intdiv() function for integer division added.
========================================
3. Changes in SAPI modules
@@ -69,7 +71,7 @@ PHP X.Y UPGRADE NOTES
========================================
- Core
- , PHP_INT_MIN added.
+ . PHP_INT_MIN added.
========================================
11. Changes to INI File Handling