Page 1 of 1

Installing CURL

PostPosted: 05. July 2009 11:33
by dtommy79
Hi,

I'm trying a new script and on install i get this message:

You must have CURL installed with SSL Support


How can I install CURL on xampp?

Thanks

Re: Installing CURL

PostPosted: 08. July 2009 07:46
by aldo
Assuming you have XAMPP installed in C:\xampp\

Open the file C:\xampp\apache\bin\php.ini

Find:
Code: Select all
;extension=php_curl.dll

Replace with:
Code: Select all
extension=php_curl.dll

Save then restart apache by turning it off and then back on in the XAMPP Control Panel.