]> granicus.if.org Git - php/commitdiff
Updated UPGRADING with changes to ext/intl.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 13 May 2012 20:56:11 +0000 (21:56 +0100)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 13 May 2012 20:56:11 +0000 (21:56 +0100)
UPGRADING

index 27d01cbe949308946313e87c9a6c7f81af2f1220..9f763663684007d5c51bd713f9ced43d7cbcabbe 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -52,6 +52,11 @@ PHP X.Y UPGRADE NOTES
   - "a" now does not remove trailing NUL characters on unpack() anymore
   - "A" will now strip all trailing ASCII whitespace on unpack() (it used to
     remove only trailing spaces.
+- MessageFormatter::format() and related functions now accepted named arguments
+  and mixed numeric/named arguments in ICU 4.8+.
+- MessageFormatter::format() and related functions now don't error out when
+  an insufficient argument count is provided. Instead, the placeholders will
+  remain unsubstituted.
 
 ========================================
 5. New Functions
@@ -146,6 +151,7 @@ PHP X.Y UPGRADE NOTES
 8. Other Changes to Extensions
 ========================================
 
+- The intl extension now requires ICU 4.0+.
 
 ========================================
 9. New Global Constants