Tip: How to enable cURL on windows(xampp)

To enable cURL on windows (xampp) do the following

  1. Open php.ini file (located in [installation path]\xampp\apache\bin\php.ini)
  2. Find the entry ;extension=php_curl.dll (containg a semi colon in the begining, i.e commented entry)
  3. Remove the the semi color (uncomment the entry)
  4. Restart apache and you are done

 

More PHP tips