admin/environment/php extension/curl

提供:MoodleDocs
2008年3月12日 (水) 16:00時点におけるMitsuhiro Yoshida (トーク | 投稿記録)による版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

作成中です - Mitsuhiro Yoshida 2008年3月12日 (水) 11:00 (CDT)

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