Using cURL with XAMPP
Feb 27, 2008 · 1 minute readCategory: curlxampp
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
So here is my quick guide to getting XAMPP to work with cURL. Its really easy:
Navigate to your root XAMPP folder
Search for all files and folder with this search query: php*.ini
Open up all of the files in your favourite windows text editor (try notepad++)
Do a find and replace: Find ;extension=php_curl.dll and replace with extension=php_curl.dll (you are just removing the semi colon). Make sure you select to replace in all opened documents
File -> Save All Documents
Restart Apache using the XAMPP control panel
Thats it - enjoy using cURL.