Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

admin/environment/php extension/curl: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
(ja link)
Línia 14: Línia 14:
[[Category:Environment|php extension]]
[[Category:Environment|php extension]]
[[Category:MNET]]
[[Category:MNET]]
[[ja:admin/environment/php extension/curl]]

Revisió del 16:06, 12 març 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