Fatal error: Class 'IntlDateFormatter' not found

后端 未结 3 1847
逝去的感伤
逝去的感伤 2021-01-03 20:08

I installed WAMP on my local machine. My PHP version is 5.3.3 in phpinfo() but that extension doesn\'t exist! :(

How can I install this extension withou

3条回答
  •  清酒与你
    2021-01-03 21:03

    if you see this on Debian / other Linux platforms.

    sudo apt-get install php5-intl - for PHP 5.6

    sudo apt-get install php7.0-intl - PHP 7+

    Amazon Linux

    sudo yum install php70-intl

    After that restart Apache services.

    sudo service apache2 restart restart apache to get the changes.

提交回复
热议问题