「admin/environment/php extension/curl」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
 
編集の要約なし
1行目: 1行目:
作成中です - [[利用者:Mitsuhiro Yoshida|Mitsuhiro Yoshida]] 2008年3月12日 (水) 11:00 (CDT)
作成中です - [[利用者:Mitsuhiro Yoshida|Mitsuhiro Yoshida]] 2008年3月12日 (水) 11:00 (CDT)


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


#Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder
#Open the ''php.ini'' file found in the ''moodle/apache/bin'' folder
8行目: 8行目:
#Restart apache if necessary
#Restart apache if necessary


To install the curl library on Unix
Linux環境でcurlライブラリをインストールするには:


# You need to recompile PHP from source  
# You need to recompile PHP from source  

2008年3月12日 (水) 16:02時点における版

作成中です - 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