Can't get to install 'intl' extension for php on debian

后端 未结 5 1976
南方客
南方客 2020-12-25 13:11

I have a Debian server and I want to install the intl extension through pecl.

During the installation it asks me:

"

5条回答
  •  礼貌的吻别
    2020-12-25 13:14

    On Ubuntu 12.04 LTS, the following worked for me:

    sudo apt-get install php5-intl
    sudo /etc/init.d/apache2 restart
    

    Bam, warning gone! Hope this helps somebody in the future :)

提交回复
热议问题