致命错误:找不到类'IntlDateFormatter'

问题描述:

我在本地计算机上安装了WAMP.我的PHP版本在phpinfo()中是5.3.3,但是该扩展名不存在! :(

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 without compiling it? Here is just source of it.

扩展名在那里!您需要做的就是清除php.ini文件中此行之前的comment(;):

The extension was there! All you need to do is clearing the comment(;) before this line in php.ini file:

;extension=php_intl.dll

extension=php_intl.dll