From 061b71328be7732568e634e40c38389b63d8833e Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 5 Apr 2017 11:04:21 +1000 Subject: [PATCH] Update docs. --- docs/en/00_Getting_Started/00_Server_Requirements.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/en/00_Getting_Started/00_Server_Requirements.md b/docs/en/00_Getting_Started/00_Server_Requirements.md index 24d162b22..90bae7b5f 100644 --- a/docs/en/00_Getting_Started/00_Server_Requirements.md +++ b/docs/en/00_Getting_Started/00_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.3.3+, <7 + * PHP 5.3.3+, <7.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, fileinfo, hash, iconv, mbstring, mysqli (or other database driver), session, simplexml, tokenizer, xml. @@ -34,10 +34,9 @@ Our web-based [PHP installer](installation/) can check if you meet the requireme * Microsoft Windows XP SP3, Vista, Windows 7, Server 2008, Server 2008 R2 * Mac OS X 10.4+ -### Why doesn't SilverStripe 3 work with PHP 7? -Unfortunately, SilverStripe has classes named the same as PHP reserved words, such as "Int" and "Float". This means that -we are unable to make SilverStripe 3 support PHP 7 without breaking backward compatibility. SilverStripe 4 will work -with PHP 7 and will be released in 2016. Until then, we recommend that you use PHP 5.6. +### Does SilverStripe 3 work with PHP 7? +SilverStripe 3.6 or greater will work with PHP 7.0 and 7.1. SilverStripe 3.5 or lower will only work with PHP +5.3 - 5.6. ## Web server hardware requirements