PHP

提供:MoodleDocs
2007年7月15日 (日) 16:01時点におけるMitsuhiro Yoshida (トーク | 投稿記録)による版
移動先:案内検索

作成中です - Mitsuhiro Yoshida 2007年7月15日 (日) 10:44 (CDT)

PHPはMoodleの開発にも使用されているスクリプト言語です。PHPは、それ自体で動作することはなく、適切なHTTPサーバと密接に統合されます。Most people use the Apache HTTP Server for this purpose although a number of others are supported.

PHP describes itself as "a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML."


インストール

Usually PHP is installed alongside Apache and MySQL in a combination known as AMP, see Installing AMP for details.

Moodleに必要な最小バージョン

The minimum version of PHP required for Moodle is listed in the requirements section of the installation instructions


関連情報