admin/environment/php extension/curl: Difference between revisions
From MoodleDocs
Helen Foster (talk | contribs) curl installation steps, categories |
No edit summary |
||
| Line 1: | Line 1: | ||
To install the curl library | To install the curl library on Windows | ||
#Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder | #Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder | ||
| 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 | |||
# You need to recompile PHP from source | |||
# add '''--with-curl''' to the command line when you run '''configure''' | |||
[[Category:Environment|php extension]] | [[Category:Environment|php extension]] | ||
[[Category:MNET]] | [[Category:MNET]] | ||
Revision as of 05:51, 14 August 2007
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