phpwindows-xpintl

intl extension: installing php_intl.dll


I'm trying to locate php_intl.dll and install it.

Does anyone have any tips?


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.