Php – How to install PHP cURL on IIS

curliisPHP

How do I go about installing PHP cURL on IIS? I have copied the php_curl.dll file into the PHP extensions folder, what else do I need to do?

Thanks

Best Answer

You have to register the modul in the php.ini.

Look for:

extension=php_curl.dll

And check for correct extension dir:

extension_dir = "c:/path to php/ext"