Page MenuHomePhabricator

ICUCollation needs to know the version of ICU library
Closed, ResolvedPublic

Description

+++ This bug was initially created as a clone of Bug #43740 +++

The interface to ICU provided by PHP's intl does not expose the version anywhere, and it's necessary for to solve the blocked bugs. intl's version can be retrieved using phpversion("intl").

This will probably have to be done by grepping for ICU version in phpinfo()'s output...


Version: 1.21.x
Severity: normal

Details

Reference
bz43801

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:32 AM
bzimport set Reference to bz43801.

So I discovered that there are two actually constants for this, INTL_ICU_VERSION and INTL_ICU_DATA_VERSION. They don't seem to be documented *anywhere at all*, though. (They both have the same value for me.)