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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -