Skip to content

Commit

Permalink
Upgrade Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stealth35 authored and weaverryan committed Sep 20, 2011
1 parent eb5a4ba commit 547f550
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions reference/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Required
--------

* PHP needs to be a minimum version of PHP 5.3.2
* Sessions needs to be enabled
* Sqlite3 needs to be enabled
* JSON needs to be enabled
* ctype needs to be enabled
* Your PHP.ini needs to have the date.timezone setting

Optional
Expand All @@ -30,9 +34,9 @@ Optional
* PHP tokenizer needs to be enabled
* mbstring functions need to be enabled
* iconv needs to be enabled
* POSIX needs to be enabled
* Intl needs to be installed
* APC (or another opcode cache needs to be installed)
* POSIX needs to be enabled (only on *nix)
* Intl needs to be installed with ICU 4+
* APC 3.0.17+ (or another opcode cache needs to be installed)
* PHP.ini recommended settings
* short_open_tags: off
Expand Down

0 comments on commit 547f550

Please sign in to comment.