Internationalization extension version upgrade

Rakaris Bakaris

Well-Known Member
Jan 8, 2015
73
3
8
cPanel Access Level
Root Administrator
Hello!
If it's supported and if yes how to upgrade php intl version? phpinfo() shows version 1.1.0, but the latest version is 3.0.0. Is this correct installation instruction for EA4/Centos7?

Also the same question regarding the ICU version which is v50 on Cpanel EA4 but the newest is v59.


Thank you!
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

The "intl" extension has been bundled with PHP since version 5.3. Can you provide some more information about what's not working in the version that's included with PHP by default?

Thank you.
 

Rakaris Bakaris

Well-Known Member
Jan 8, 2015
73
3
8
cPanel Access Level
Root Administrator
Hello!
I'm looking at the software components requirements, for example Symfony version 3 requires ICU version 57.1 (CPanel version v50). Some functionality (using # placeholder in plural rules) do require version 49.1 which is near to v 50. This means that in some cases there can be issues and if not now then in near future.
Regarding intl I have only doubts that there can be some problems in future.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
I'm looking at the software components requirements, for example Symfony version 3 requires ICU version 57.1 (CPanel version v50).
Hello,

The ICU library is part of your operating system as opposed to cPanel. EX:

Code:
# rpm -qa|grep icu
libicu-50.1.2-15.el7.x86_64
You'd have to manually replace/install the newer ICU RPM if you'd like to use it, but keep in mind such an action is unsupported.

Thank you.