Commit:    f09961cbe5879df40e5fc9d6d424896caf2a6f64
Author:    Gustavo André dos Santos Lopes <cataphr...@php.net>         Sun, 13 
May 2012 21:56:11 +0100
Parents:   4015f5538914d1f7c66d992fd6ba6e713f635619
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=f09961cbe5879df40e5fc9d6d424896caf2a6f64

Log:
Updated UPGRADING with changes to ext/intl.

Changed paths:
  M  UPGRADING


Diff:
diff --git a/UPGRADING b/UPGRADING
index 27d01cb..9f76366 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to