July
17
Configuring cURL in XAMPP
Posted In: Programming by CrustyEnd
People keep asking how to download cURL and install it in XAMPP. The answer is that you do not need to download anything. Curl is already built into xampp , has been for a long time!
There is only ONE file in xampp that needs to be changed to enable curl, that is in your /apache/bin/php.ini file
Uncomment extension=php_curl.dll and restart apache and you are DONE!