From f3a90d1406f73ae390bb8870197d9fe04a85b7aa Mon Sep 17 00:00:00 2001 From: NickTh Date: Thu, 3 Aug 2017 20:51:18 +0300 Subject: [PATCH] Updated caching_configuration.rst Signed-off-by: NickTh Same as previous #541. The package name has changed, in Ubuntu 16.04 (Xenial), to `php-apcu`. https://packages.ubuntu.com/xenial/php/php-apcu It is a dual build package for both PHP 5.6 and 7.0. --- admin_manual/configuration_server/caching_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/caching_configuration.rst b/admin_manual/configuration_server/caching_configuration.rst index aad2f6ce0..0bc9d50d6 100644 --- a/admin_manual/configuration_server/caching_configuration.rst +++ b/admin_manual/configuration_server/caching_configuration.rst @@ -46,7 +46,7 @@ PHP 5.5 and up include the Zend OPcache in core, and on most Linux distributions it is enabled by default. However, it does not bundle a data cache. APCu is a data cache, and it is available in most Linux distributions. On Red Hat/CentOS/Fedora systems install -``php-pecl-apcu``. On Debian/Ubuntu/Mint systems install ``php5-apcu`` or ``php7.0-apcu``. +``php-pecl-apcu``. On Debian/Ubuntu/Mint systems install ``php-apcu``. On Ubuntu 14.04 LTS, the APCu version (4.0.2) is too old to use with Nextcloud (requires 4.0.6+). You may install 4.0.7 from Ubuntu backports with this command::