diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-05-24 13:35:28 +0200 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-05-24 13:50:59 +0200 |
commit | 92039fed22cd68405589cf6df3af58b9beaddb16 (patch) | |
tree | 3579d9b4cb7e56ad6534de39f3f95d9f9886e443 /UPGRADING | |
parent | 0e12a778df388c85bb8aeb41e8c33a983dd182f1 (diff) | |
download | php-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-x | UPGRADING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 =========================== |