APCu compatibility (maybe v2)
-
The problem being that the plugin still uses the function names for APC – like
apc_fetch
– while the package was discontinued in 2013 in favour of APCu.For the latest deployments (like Ubuntu 16.04) the compatibility setting is dropped by default.
There are multiple solutions to match this: either support both
apcu_fetch
andapc_fetch
or only the former or write some wrapper for caching.
The way it is now is not future-proof and not compatible with recent APC deployments.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘APCu compatibility (maybe v2)’ is closed to new replies.