Page 1 of 1

php extension - curl - cURL Library how to install ?

PostPosted: 09. April 2010 20:49
by nostradamus
How do I install the cURL library for XAMPP ?

This is to enable Moodle Networking functionality

Re: php extension - curl - cURL Library how to install ?

PostPosted: 09. April 2010 23:25
by Narrowboyy
Open in your text editor (Notepad perhaps) C:\xampp\php\php.ini file and find this line:
Code: Select all
;extension=php_curl.dll

Then uncomment (remove the semicolon) so it looks like this:
Code: Select all
extension=php_curl.dll

After editing is finished save the php.ini file and restart Apache so the edits can be recognized.

Re: php extension - curl - cURL Library how to install ?

PostPosted: 10. April 2010 07:49
by nostradamus
Many thanks....

Houston the Eagle has landed