APC is legacy and does not exist anymore. But apcu works awesome so adjusted the config sample

This commit is contained in:
HB9HIL
2026-02-01 20:30:22 +01:00
parent 9e19dec6bf
commit f4427c1fa3
2 changed files with 1 additions and 219 deletions

View File

@@ -401,7 +401,7 @@ $config['error_views_path'] = '';
| - 'file' : File-based caching (default, works everywhere)
| - 'redis' : Redis in-memory cache (requires Redis server & extension)
| - 'memcached' : Memcached (requires Memcached server & extension)
| - 'apc' : APC/APCu in-memory cache (requires APCu extension)
| - 'apcu' : APCu in-memory cache (requires APCu extension)
| - 'wincache' : Windows Cache (requires WinCache extension)
|
| 'cache_backup'