How to install PHP intl extension in Ubuntu 14.04

前端 未结 6 1128
执笔经年
执笔经年 2020-12-13 16:50

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

6条回答
  •  感情败类
    2020-12-13 17:28

    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

    good Luck!

提交回复
热议问题