To enable cURL on windows (xampp) do the following
- Open php.ini file (located in [installation path]\xampp\apache\bin\php.ini)
- Find the entry ;extension=php_curl.dll (containg a semi colon in the begining, i.e commented entry)
- Remove the the semi color (uncomment the entry)
- Restart apache and you are done