intl extension: installing php_intl.dll
I'm trying to locate php_intl.dll and install it. Does anyone have any tips? VolkerK The packages at http://windows.php.net/download/ all contain the php\_intl.dll which is located in the subdir ext/ . All you have to do is to check if your extension_dir points to the right directory and add (or uncomment) the extension=php\_intl.dll directive. Jeremy Warne For the php_intl.dll extension to work correctly, you need to have the following files in a folder in your PATH : icudt36.dll icuin36.dll icuio36.dll icule36.dll iculx36.dll icutu36.dll icuuc36.dll By default they're sitting in your PHP