From 00f1ad5d692f0a44b58bb216e5378e51dc96243d Mon Sep 17 00:00:00 2001 From: Russell Michell Date: Tue, 4 Jul 2017 14:03:36 +1200 Subject: [PATCH] FIX: Fixes #7116 Improves server requirements docs viz: OpCaches. --- docs/en/00_Getting_Started/00_Server_Requirements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/00_Getting_Started/00_Server_Requirements.md b/docs/en/00_Getting_Started/00_Server_Requirements.md index 24d162b22..cf0f85600 100644 --- a/docs/en/00_Getting_Started/00_Server_Requirements.md +++ b/docs/en/00_Getting_Started/00_Server_Requirements.md @@ -10,6 +10,7 @@ Our web-based [PHP installer](installation/) can check if you meet the requireme * PHP 5.3.3+, <7 * We recommend using a PHP accelerator or opcode cache, such as [xcache](http://xcache.lighttpd.net/) or [WinCache](http://www.iis.net/download/wincacheforphp). + * Note: Some PHP 5.5+ packages already have [Zend OpCache](http://php.net/manual/en/book.opcache.php) installed by default. If this is the case on your system, do not try and run additional opcaches alongside Zend OpCache without first disabling it, as it will likely have unexpected consequences. * 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. * Recommended configuration