summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-05-24 13:35:28 +0200
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-05-24 13:50:59 +0200
commit92039fed22cd68405589cf6df3af58b9beaddb16 (patch)
tree3579d9b4cb7e56ad6534de39f3f95d9f9886e443 /UPGRADING
parent0e12a778df388c85bb8aeb41e8c33a983dd182f1 (diff)
downloadphp-git-92039fed22cd68405589cf6df3af58b9beaddb16.tar.gz
Changed ResourceBundle constructor behavior
null is now accepted for two first (mandatory arguments). Passing null as the package name causes NULL to be passed to ICU and the default ICU data to be loaded. Passing null as the locale name causes the default locale to be used.
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 3a97b10cbf..15da46e765 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -341,6 +341,8 @@ PHP 5.4 UPGRADE NOTES
- Since 5.4.4, "php://fd" stream syntax is available only in CLI build.
+- Since 5.4.5, resourcebundle_create() accepts null for the first two arguments.
+
==============================
5. Changes to existing classes
==============================
@@ -373,6 +375,9 @@ PHP 5.4 UPGRADE NOTES
- FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator now use
the default stream context.
+- Since 5.4.5, the constructor of ResourceBundle accepts NULL for the first two
+ arguments.
+
===========================
7. Deprecated Functionality
===========================