Install cURL in XAMPP
It’s a very easy process to enable curl in your xampp installation.
- Browse to the php.ini file %XAMPP_HOME%/php/php.ini, i.e. on my computer it’s C:\xampp\php.
- Open it in a text browser such as Notepad++ or Sublime Text 2, and on line 952 uncomment extension=php_curl.dll.
To uncomment delete the ‘;’ character.