Установка

Run:

$ make install

Then enable the extension by adding the following line to [PHP] section of your php.ini:

extension=intl.so

Коментарии

Ubuntu:
sudo apt-get install php5-intl
2013-05-17 08:03:46
http://php5.kiev.ua/manual/ru/intl.installation.html
On windows servers, open your php.ini (which should be in Program Files/PHP), and simply uncomment the extension.
extension=php_intl.dll
Restart IIS Webserver - done.
2014-04-29 17:41:51
http://php5.kiev.ua/manual/ru/intl.installation.html
To install on windows uncommenting the dll in php.ini is not enough you also need to include several other libraries in your system path (not user path). Found these details here: http://stackoverflow.com/a/6086991/819883
2015-04-29 19:50:03
http://php5.kiev.ua/manual/ru/intl.installation.html
For ubuntu: apt install php-intl
2020-12-28 15:06:54
http://php5.kiev.ua/manual/ru/intl.installation.html
Автор:
For amazon nginx server (CentOs), try the following:

sudo yum install libicu-devel
sudo yum install php-intl
2022-07-21 14:23:22
http://php5.kiev.ua/manual/ru/intl.installation.html
On Windows, with Apache server, it might not be enough to uncomment the extension in the php.ini file. You also need to copy icu****.dll files (about five of them) from PHP folder to Apache /bin folder.
2022-11-12 12:51:53
http://php5.kiev.ua/manual/ru/intl.installation.html
Автор:
ArchLinux:

pacman -S icu php-intl
2023-01-06 14:52:00
http://php5.kiev.ua/manual/ru/intl.installation.html
Автор:
On XAMPP (Windows) open the php.ini by opening the control panel, selecting config on apache section and selecting PHP

Then add extension=php_intl and restart Apache
2023-03-21 22:07:05
http://php5.kiev.ua/manual/ru/intl.installation.html

    Поддержать сайт на родительском проекте КГБ