admin/environment/php extension/curl

提供:MoodleDocs
2008年3月12日 (水) 16:02時点におけるMitsuhiro Yoshida (トーク | 投稿記録)による版
移動先:案内検索

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

Windows環境でcurlライブラリをインストールするには:

  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

Linux環境でcurlライブラリをインストールするには:

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