Remove apc cache driver

This commit is contained in:
Aleksander Machniak
2025-04-06 15:52:06 +02:00
parent edbfd1109b
commit cfac0d6841
7 changed files with 22 additions and 155 deletions

View File

@@ -4,7 +4,7 @@ $config = [];
// By default this plugin stores attachments in filesystem
// and copies them into sql database.
// You can change it to use 'memcache', 'memcached', 'redis', 'apc' or 'apcu'.
// You can change it to use 'memcache', 'memcached', 'redis' or 'apcu'.
// -----------------------------------------------------------
// WARNING: Remember to set max_allowed_packet in database or
// config to match with expected max attachment size.