summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-22 13:35:07 +0200
committerAnatol Belski <ab@php.net>2014-08-22 13:35:07 +0200
commitfa6fe06a86b04a913af9d1ce4bcbf09fd66c8bf7 (patch)
treec5919f72269b37e2e2bb7139e12cdcc4bf1d3d61
parent24cf50d2df70c1abbc45b207ee61176a368ca21f (diff)
downloadphp-git-fa6fe06a86b04a913af9d1ce4bcbf09fd66c8bf7.tar.gz
updated UPGRADING so far
-rw-r--r--UPGRADING15
1 files changed, 13 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index cb42911ac4..8b6f8cd3ce 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,7 +13,8 @@ PHP X.Y UPGRADE NOTES
9. Other Changes to Extensions
10. New Global Constants
11. Changes to INI File Handling
-12. Other Changes
+12. Windows Support
+13. Other Changes
========================================
@@ -28,6 +29,9 @@ PHP X.Y UPGRADE NOTES
2. New Features
========================================
+- Core
+ . Support for strings with length >= 2^31 bytes in 64 bit builds
+
- Standard
. intdiv() function for integer division added.
@@ -79,9 +83,16 @@ PHP X.Y UPGRADE NOTES
11. Changes to INI File Handling
========================================
+========================================
+12. Windows Support
+========================================
+
+- Core
+ . Support for native 64 bit integers in 64 bit builds
+ . Support for large files in 64 bit builds
========================================
-12. Other Changes
+13. Other Changes
========================================
- Standard