Enable cURL with XAMPP
cURL is disabled by default in your XAMPP installation. To enable it, you have to modify the php.ini files in your XAMPP folder. Follow the steps below to get it up and running.
- Locate the following files:
123C:\Program Files\xampp\apache\bin\php.iniC:\Program Files\xampp\php\php.iniC:\Program Files\xampp\php\php4\php.ini
- Uncomment the following line on your php.ini file by removing the semicolon.
1;extension=php_curl.dll
- Restart your Apache server.
- Check your phpinfo if curl was properly enabled.
I’ve been trying to figure out how to do this for hours! Thanks so much! I am definitely subscribing to your blog!
I don’t have these files
C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php4\php.ini
I only have
C:\Program Files\xampp\php\php.ini
but in this ;extension=php_curl.dll is not commented
Please help
Thanks for sach a nice post …