php - intl extension php_intl.dll with wamp -


i want use moodle, error during installation process:

php_extension->intl->should installed , enabled best results.

intl extension used improve internationalization support, such locale aware sorting.

when click on link, error message above: http://docs.moodle.org/24/en/admin/environment/php_extension/intl

i followed link, still same error. if has ideas, please me out.

i had same problem few days ago.

you have copy files (all files starts icu*):

icudt.dll icudt46.dll icuin.dll icuin46.dll icuio.dll icuio46.dll icule.dll icule46.dll iculx.dll iculx46.dll icutest.dll icutest46.dll icutu.dll icutu46.dll icuuc.dll icuuc46.dll 

from:

<wamp_installation_path>/bin/php/php5.4.3/ 

to:

<wamp_installation_path>/bin/apache/apache2.2.22/bin/ 

and need enable intl in php.ini file (uncomment line):

;extension=php_intl.dll 

and restart server. should works fine.

of course, need replace folder names own.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -