Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question