Fatal error: Class 'IntlDateFormatter' not found

后端 未结 3 1872
逝去的感伤
逝去的感伤 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 20:47

    It may be because of Apache. Restart Apache by following command

    service httpd restart 
    

    and try again.

提交回复
热议问题