php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61245 ResourceBundle can't load .dat resources
Submitted: 2012-03-02 14:09 UTC Modified: 2013-02-18 00:35 UTC
From: jinmoku at hotmail dot com Assigned:
Status: No Feedback Package: I18N and L10N related
PHP Version: 5.4.0 OS: Windows 7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jinmoku at hotmail dot com
New email:
PHP Version: OS:

 

 [2012-03-02 14:09 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-03-03 15:09 UTC] cataphract@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-05-24 12:38 UTC] cataphract@php.net
-Status: Open +Status: Feedback
 [2012-05-24 12:38 UTC] cataphract@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-05-24 15:05 UTC] jinmoku at hotmail dot com
Close, worked with 5.4.3
But #55047 is not fixed
 [2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 20:01:32 2024 UTC