Install cURL in XAMPP
1 min read

Install cURL in XAMPP

It’s a very easy process to enable curl in your xampp installation.

  1. Browse to the php.ini file %XAMPP_HOME%/php/php.ini, i.e. on my computer it’s C:\xampp\php.
  2. 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.