From: Gustavo André dos Santos Lopes Date: Sun, 13 May 2012 20:56:11 +0000 (+0100) Subject: Updated UPGRADING with changes to ext/intl. X-Git-Tag: php-5.5.0alpha1~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f09961cbe5879df40e5fc9d6d424896caf2a6f64;p=php Updated UPGRADING with changes to ext/intl. --- diff --git a/UPGRADING b/UPGRADING index 27d01cbe94..9f76366368 100755 --- 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