I got this error while installing magento "Make sure curl extension is enabled in your php.ini"
I found the solution and hope this help for you also.
C:\xampp\php\php.ini
Search for php_curl.dll
Replace ;extension=php_curl.dll with extension=php_curl.dll (remove ;)
Restart Apache
Hope this helps