「PHP」の版間の差分

提供:MoodleDocs
移動先:案内検索
18行目: 18行目:


* [http://www.php.net/ PHPホームページ]
* [http://www.php.net/ PHPホームページ]
* [http://ja.wikipedia.org/wiki/http://ja.wikipedia.org/wiki/PHP:_Hypertext_Preprocessor PHPに関するウィキペディアの記事]
* [http://ja.wikipedia.org/wiki/PHP:_Hypertext_Preprocessor PHPに関するウィキペディアの記事]


[[Category:管理者]]
[[Category:管理者]]

2007年7月15日 (日) 15:46時点における版

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

PHP is the scripting language in which Moodle is developed. PHP does not stand alone, it is tightly integrated with a suitable HTTP Server. 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


関連情報