Last modified: 2013-04-22 16:15:01 UTC
+++ 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...
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.)
Patch submitted: Iee4b8380.
Merged -> marking as fixed.