Edit report at https://bugs.php.net/bug.php?id=61245&edit=1
ID: 61245 Comment by: jinmoku at hotmail dot com Reported by: jinmoku at hotmail dot com Summary: ResourceBundle can't load .dat resources Status: Feedback Type: Bug Package: I18N and L10N related Operating System: Windows 7 PHP Version: 5.4.0 Block user comment: N Private report: N New Comment: Close, worked with 5.4.3 But #55047 is not fixed Previous Comments: ------------------------------------------------------------------------ [2012-05-24 12:38:09] cataphr...@php.net Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. ------------------------------------------------------------------------ [2012-03-03 15:09:30] cataphr...@php.net This is likely due to an old version of ICU being shipped with PHP 5.4.0 binaries. Pierre tells me these will be updated with PHP 5.4.1. ------------------------------------------------------------------------ [2012-03-02 14:09:48] jinmoku at hotmail dot com Description: ------------ ResourceBundle can't load .dat resource (work with 5.3) Test script: --------------- $bundle = new \ResourceBundle('fr', __DIR__.'/icudt48l'); var_dump(intl_get_error_message()); Expected result: ---------------- U_ZERO_ERROR Actual result: -------------- resourcebundle_ctor: Cannot load libICU resource bundle: U_MISSING_RESOURCE_ERROR ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61245&edit=1