Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: PHP FAQ.

PHP FAQ: Difference between revisions

From MoodleDocs
(how do I install PHP (copied from PHP))
(/* How is PHP used by Moodle? reference to old PHP page deleted)
Line 21: Line 21:
* [[PHP error logs]]
* [[PHP error logs]]
* [http://moodle.org/mod/forum/search.php?notwords=Re:&id=5&subject=php.ini php.ini related discussions] in the Moodle forums
* [http://moodle.org/mod/forum/search.php?notwords=Re:&id=5&subject=php.ini php.ini related discussions] in the Moodle forums
([[PHP]] in Moodle Docs will soon be merged with this page. --[[User:Frank Ralf|Frank Ralf]] 08:17, 13 May 2009 (UTC))


== Which version of PHP is required by Moodle? ==
== Which version of PHP is required by Moodle? ==

Revision as of 16:36, 21 May 2009

What is PHP?

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

Where can I learn more about PHP?

Online resources:

Books:

How is PHP used by Moodle?

Which version of PHP is required by Moodle?

How do I install PHP?

Usually PHP is installed alongside Apache and MySQL in a combination known as AMP, see Installing AMP for details. It is possible to build PHP from source - you might have to if you need a very new version for developing Moodle - however, it is quite challenging. PHP itself has many dependencies that you will need to obtain and build, some of which are also tricky to build from source (e.g. GD).

See also: