R
R
Ruslan2015-02-21 15:49:13
Yii
Ruslan, 2015-02-21 15:49:13

How to update php intl icu library?

Problem:
When displaying a date with Russian months through the framework, the date is displayed one hour ahead.
Googling found out that you need to update the ICU library to the minimum version 49.
now the version is "ICU: 4.8.1.1" I output it with the command echo "ICU: ". INTL_ICU_VERSION . "\n";
According to the instructions on how to update it correctly, I did not find it, give me a link on how to correctly update the library on Debian.
stuff.cebe.cc/yii2docs/guide-tutorial-i18n.html#se... - of course there are links to the necessary resources, but I don't understand much about server administration.
Been like this

cd ~ && curl -O http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz
tar -zxvf icu4c-52_1-src.tgz
cd icu/source
./runConfigureICU Linux
make
sudo make install

But didn't help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2015-09-16
@p0vidl0

ICU Upgrade on CentOS/Fedora :
Ubuntu/Debian will be similar.

A
Anton Shamanov, 2015-02-23
@SilenceOfWinter

Everything is written in readme icu-project.org/repos/icu/icu/tags/release-54-1/re...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question