Page 1 of 1

cURL install question

PostPosted: 21. October 2009 02:05
by Termanater13
how do you install cURL into XAMPP

Re: cURL install question

PostPosted: 21. October 2009 02:32
by Izzy
What version of XAMPP?
What Windows OS?

Uncomment extension=php_curl.dll in the php.ini file.

Re: cURL install question

PostPosted: 21. October 2009 03:03
by Termanater13
im using xampp 1.7.2(latest) on windows 7

Re: cURL install question

PostPosted: 21. October 2009 03:08
by Izzy
Termanater13 wrote:im using xampp 1.7.2(latest) on windows 7
Then the php.ini file is in the \xampp\php\ folder.

Save the file after editing and restart Apache.

Check that Curl is now enabled by clicking on the Apache Admin... button in the XAMPP Control Panel and select phpinfo() from the side menu.

Look for the Curl entry.