From 9fdcf345e4466a981e142b5c3b215b72c10f5e4d Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Thu, 12 Apr 2012 18:22:44 +1200 Subject: [PATCH] MINOR: Updated PHP requirement in docs (#7129) --- docs/en/installation/server-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation/server-requirements.md b/docs/en/installation/server-requirements.md index a58191eee..ed5661d08 100644 --- a/docs/en/installation/server-requirements.md +++ b/docs/en/installation/server-requirements.md @@ -8,7 +8,7 @@ Our web-based [PHP installer](/installation) can check if you meet the requireme ## Web server software requirements - * PHP 5.2.0+ + * PHP 5.3.2+ * We recommend using a PHP accelerator or opcode cache, such as [xcache](http://xcache.lighttpd.net/) or [WinCache](http://www.iis.net/download/wincacheforphp). * Allocate at least 48MB of memory to each PHP process. (SilverStripe can be resource hungry for some intensive operations.) * Required modules: dom, gd2, hash, iconv, mbstring, mysql (or other database driver), session, simplexml, tokenizer, xml.