diff options
author | Joas Schilling <coding@schilljs.com> | 2017-01-05 10:51:17 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-05 10:58:34 +0100 |
commit | bf043deba39af2b7586b3617aa1bc534df98b6ee (patch) | |
tree | d6749cf7c21180a1161a84133ffbb14c6f0c390f /config | |
parent | 6a0f0403d01dc6a889157b446edef73f9af58540 (diff) | |
download | nextcloud-server-bf043deba39af2b7586b3617aa1bc534df98b6ee.tar.gz nextcloud-server-bf043deba39af2b7586b3617aa1bc534df98b6ee.zip |
Kill APC because it requires PHP 5.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 8b714a1763c..a9bb0067e5b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -909,7 +909,6 @@ $CONFIG = array( * * Available cache backends: * - * * ``\OC\Memcache\APC`` Alternative PHP Cache backend * * ``\OC\Memcache\APCu`` APC user backend * * ``\OC\Memcache\ArrayCache`` In-memory array-based backend (not recommended) * * ``\OC\Memcache\Memcached`` Memcached backend |