Magento xampp Error: PHP Extension “curl” must be loaded.
On “xampp” you will Have following file to edit:
C:\xampp\phpp\hp.ini
Open the files one at a timePress Ctrl + F And search\Find “extension=php_curl.dll”, You will See “;extension=php_curl.dll”
all you have to do is remove ” ; ” from files Make them:
extension=php_curl.dllAnd Restart The Xampp Server. Now Curl Support will be on.
I hope it will help u.