I've to install a PHP extension on my system, (it is already installed on the host system machine but I've reinstalled the system so it is not working any more on my Windows machine). I've EasyPHP
installed as a WAMP
engine and the module intl.dll
is not loaded and not present in the installation. I've read many manuals but most of them are for debian machine and not for Windows, or fo older version of EasyPHP
.
My phpinfo();
doesn't give any sign of intl library to be installed.
Thank you for any help
UPDATE The file php_intl.dll is existent in the system and is placed in
binaries/php/ext
But when i try to uncommeent the line:
;extension=php_intl.dll
it gives me some error saying that it cannot find the icuuc49.dll
But it is existent in the ext directory of php (I've already placed it there) so where should i place this file?