|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-03-03 15:09 UTC] cataphract@php.net
[2012-05-24 12:38 UTC] cataphract@php.net
-Status: Open
+Status: Feedback
[2012-05-24 12:38 UTC] cataphract@php.net
[2012-05-24 15:05 UTC] jinmoku at hotmail dot com
[2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 17:00:01 2025 UTC |
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