I have a hard time to find exact method to install PHP intl extension in Ubuntu 14.04.
I tried with sudo apt-get install php5-intl but
sudo apt-get install php5-intl
you could search with aptitude search intl after you can choose the right one, for example sudo aptitude install php-intl and finally sudo service apache2 restart
aptitude search intl
sudo aptitude install php-intl
sudo service apache2 restart
good Luck!