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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -