Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: admin/environment/php extension/curl.

admin/environment/php extension/curl: Difference between revisions

From MoodleDocs
(debian)
mNo edit summary
Line 15: Line 15:


# aptitude install php5-curl
# aptitude install php5-curl
# Restart apache if necessary





Revision as of 12:10, 16 June 2008

To install the curl library on Windows

  1. Open the php.ini file found in the moodle/apache/bin folder
  2. Find the line: ;extension=php_curl.dll
  3. Remove the ; at the beginning of the line
  4. Restart apache if necessary


To install the curl library on Unix

  1. You need to recompile PHP from source
  2. add --with-curl to the command line when you run configure

To install the curl library on Ubuntu and Debian

  1. aptitude install php5-curl
  2. Restart apache if necessary