php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70603 Unicode version of IntlChar is old
Submitted: 2015-09-29 19:44 UTC Modified: 2015-09-30 09:24 UTC
From: fsb at thefsb dot org Assigned:
Status: Not a bug Package: intl (PECL)
PHP Version: 7.0.0RC3 OS: any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
46 + 16 = ?
Subscribe to this entry?

 
 [2015-09-29 19:44 UTC] fsb at thefsb dot org
Description:
------------
Unicode version for IntlChar is 7.0.0.

Since IntlChar is new in PHP 7.0, it would be nice if it had an up to date Unicode version when PHP 7.0 get's to full release.

Test script:
---------------
\IntlChar::getUnicodeVersion()

Expected result:
----------------
[8,0,0,0]

Actual result:
--------------
[7,0,0,0]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-09-30 09:24 UTC] ab@php.net
-Status: Open +Status: Not a bug
 [2015-09-30 09:24 UTC] ab@php.net
ext/intl doesn't implement Unicode itself, but is based on ICU. Unicode 8 is implemented in ICU 56 which is currently in the RC state. Later, when ICU 56 is released, just be sure you link PHP with ICU56 and above.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 02:01:29 2024 UTC