You are here: Documentation » Requirements and Getting Started » Requirements
Differences
This shows you the differences between two versions of the page.
setup:requirements [2007/10/26 20:19] gsnedders Parts of SP work on PHP 4.1, but trying to fetch any remote feed will fail |
setup:requirements [2013/08/11 04:56] (current) rmccue old revision restored |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Minimum ===== | ===== Minimum ===== | ||
- | * [[http://php.net/|PHP]] 4.3 or higher (including PHP 5) | + | * [[http://php.net/|PHP]] 5.2 or higher |
* PHP's [[http://php.net/xml|XML extension]] (enabled by default) | * PHP's [[http://php.net/xml|XML extension]] (enabled by default) | ||
* PHP's [[http://php.net/pcre|PCRE extension]] (enabled by default) | * PHP's [[http://php.net/pcre|PCRE extension]] (enabled by default) | ||
- | * Either PHP's [[http://php.net/mbstring|multibyte string extension]] OR [[http://php.net/iconv|iconv extension]]. There is a bug in the current version that REQUIRES one or the other. | ||
* You need to be able to **complete** and **comprehend** the [[http://us2.php.net/tutorial|Introduction to PHP]] tutorial on [[http://php.net|PHP.net]]. This tutorial covers the bare-minimum basics of PHP including creating a simple PHP page, writing "Hello World!", calling functions, and jumping in and out of HTML. The //least// experienced PHP programmer should be able to get through this tutorial. | * You need to be able to **complete** and **comprehend** the [[http://us2.php.net/tutorial|Introduction to PHP]] tutorial on [[http://php.net|PHP.net]]. This tutorial covers the bare-minimum basics of PHP including creating a simple PHP page, writing "Hello World!", calling functions, and jumping in and out of HTML. The //least// experienced PHP programmer should be able to get through this tutorial. | ||
Line 15: | Line 14: | ||
* PHP's [[http://php.net/zlib|Zlib extension]] (disabled by default) | * PHP's [[http://php.net/zlib|Zlib extension]] (disabled by default) | ||
* Understanding of object-oriented programming basics. | * Understanding of object-oriented programming basics. | ||
+ |
setup/requirements.txt · Last modified: 2013/08/11 04:56 by rmccue