SimplePie 1.5 is now available!

SimplePie Documentation.  Learn how to use this thing.  It's way better than going to school.

You are here: Documentation » Requirements and Getting Started » Requirements

Differences

This shows you the differences between two versions of the page.

setup:requirements [2013/06/18 23:27]
mindshoot Hacked out more spam links
setup:requirements [2013/08/11 04:56] (current)
rmccue old revision restored
Line 3: Line 3:
  
 ===== Minimum ===== ===== Minimum =====
-  * 5.2 or higher +  * [[http://php.net/|PHP]] 5.2 or higher 
-  * PHP's (enabled by default) +  * PHP's [[http://php.net/xml|XML extension]] (enabled by default) 
-  * PHP's  (enabled by default) +  * PHP's [[http://php.net/pcre|PCRE extension]] (enabled by default) 
-  * You need to be able to **complete** and **comprehend** the  tutorial on.  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. 
 ===== Recommended ===== ===== Recommended =====
   * Ability to change file/folder permissions (dependent on how much access your host provides),   * Ability to change file/folder permissions (dependent on how much access your host provides),
-  * Both PHP's +  * Both PHP's [[http://php.net/mbstring|multibyte string extension]] AND [[http://php.net/iconv|iconv extension]]. 
-  * PHP's  (disabled by default) +  * PHP's [[http://php.net/curl|cURL extension]] (disabled by default) 
-  * PHP's  (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.1371598057.txt.gz · Last modified: 2013/06/18 23:27 by mindshoot