Difference between revisions of "admin/environment/php extension/curl"
Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: admin/environment/php extension/curl.
(ja link) |
Pavel Kosina (talk | contribs) (debian) |
||
Line 5: | Line 5: | ||
#Remove the <code>;</code> at the beginning of the line | #Remove the <code>;</code> at the beginning of the line | ||
#Restart apache if necessary | #Restart apache if necessary | ||
+ | |||
To install the curl library on Unix | To install the curl library on Unix | ||
Line 10: | Line 11: | ||
# You need to recompile PHP from source | # You need to recompile PHP from source | ||
# add '''--with-curl''' to the command line when you run '''configure''' | # add '''--with-curl''' to the command line when you run '''configure''' | ||
+ | |||
+ | To install the curl library on Ubuntu and Debian | ||
+ | |||
+ | # aptitude install php5-curl | ||
Revision as of 12:09, 16 June 2008
To install the curl library on Windows
- Open the php.ini file found in the moodle/apache/bin folder
- Find the line:
;extension=php_curl.dll
- Remove the
;
at the beginning of the line - Restart apache if necessary
To install the curl library on Unix
- You need to recompile PHP from source
- add --with-curl to the command line when you run configure
To install the curl library on Ubuntu and Debian
- aptitude install php5-curl