I installed WAMP on my local machine. My PHP version is 5.3.3 in phpinfo() but that extension doesn\'t exist! :(
phpinfo()
How can I install this extension withou
if you see this on Debian / other Linux platforms.
sudo apt-get install php5-intl - for PHP 5.6
sudo apt-get install php5-intl
sudo apt-get install php7.0-intl - PHP 7+
sudo apt-get install php7.0-intl
Amazon Linux
sudo yum install php70-intl
After that restart Apache services.
sudo service apache2 restart restart apache to get the changes.
sudo service apache2 restart