mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix APCu version
This commit is contained in:
parent
89daac4425
commit
b11dd90d97
@ -32,7 +32,7 @@ of memcache that best fits your needs. The supported caching backends are:
|
||||
|
||||
* `APC <http://php.net/manual/en/book.apc.php>`_
|
||||
A local cache for systems running PHP 5.4.
|
||||
* `APCu <https://pecl.php.net/package/APCu>`_, APCu 4.06 and up required.
|
||||
* `APCu <https://pecl.php.net/package/APCu>`_, APCu 4.0.6 and up required.
|
||||
A local cache for systems running PHP 5.5 and up.
|
||||
* `Memcached <http://www.memcached.org/>`_
|
||||
Distributed cache for multi-server ownCloud installations.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user