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
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: fsb at thefsb dot org
New email:
PHP Version: OS:

 

 [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 19 16:01:27 2024 UTC