From c451232f52d1e65981d9d171521dd2bd7b6f03ea Mon Sep 17 00:00:00 2001 From: RealRancor Date: Sat, 3 Oct 2015 10:58:35 +0200 Subject: [PATCH] Make version requirement of redis and APCu the same. --- .../configuration_server/caching_configuration.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index e33134172..054338bef 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -32,11 +32,11 @@ of memcache that best fits your needs. The supported caching backends are: * `APC `_ A local cache for systems running PHP 5.4. -* `APCu `_ - A local cache for systems running PHP 5.5 and up, APCu 4.06 or better required. +* `APCu `_, APCu 4.06 and up required. + A local cache for systems running PHP 5.5 and up. * `Memcached `_ Distributed cache for multi-server ownCloud installations. -* `Redis `_, PHP module 2.2.5 or better required. +* `Redis `_, PHP module 2.2.5 and up required. For distributed caching, and required for Transactional File Locking. These are supported but not recommended: @@ -81,7 +81,7 @@ Linux distributions. On Red Hat/CentOS/Fedora systems running PHP 5.5 and up install ``php-pecl-apcu``. On Debian/Ubuntu/Mint systems install ``php5-apcu``. Then restart your Web server. -The version of APCu must be 4.0.6 or better. +The version of APCu must be 4.0.6 and up. After restarting your Web server, add this line to your ``config.php`` file:: @@ -154,7 +154,7 @@ as a local cache with :doc:`Transactional File Locking <../configuration_files/files_locking_transactional>` because it guarantees that cached objects are available for as long as they are needed. -The Redis PHP module must be version 2.2.5 or better. +The Redis PHP module must be version 2.2.5 and up. On Debian/Ubuntu/Mint install ``redis-server`` and ``php5-redis``. The installer will automatically launch ``redis-server`` and configure it to launch at