Learn about Centmin Mod LEMP Stack today
Become a Member

Master Branch update php intl extension libicu library version for centos 7 in 123.…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 25, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:50 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update php intl extension libicu library version for centos 7 in 123.09beta01

    PHP Intl extension's libicu library version in CentOS 7 is version 50.1 which is quite old. For CentOS 7 systems update libicu to version 62.1 via Remi yum repo when centmin.sh menu option 5 PHP recompile/update routine is run. Change log for libicu http://site.icu-project.org/download


    Check PHP Intl extension's ICU version after centmin.sh menu option 5 updates to read version 62.1 instead of 50.1.2 version which is CentOS 7 usual defaults

    php --ri intl

    intl

    Internationalization support => enabled
    version => 1.1.0
    ICU version => 62.1
    ICU Data version => 62.1
    ICU TZData version => 2018e
    ICU Unicode version => 11.0

    Directive => Local Value => Master Value
    intl.default_locale => no value => no value
    intl.error_level => 0 => 0
    intl.use_exceptions => 0 => 0

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.