intl extension: installing php_intl.dll

intl, php, windows-xp

Solution

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.

Problem

I'm trying to locate `php_intl.dll` and install it. Does anyone have any tips?

Original source