apcu compatibility
-
Recent deployments of APCu (APC was discontinued in 2013 and APCu is used since than) do not install the compatibility function wrappers by default.
It is possible to install bc-packages but might need manual actions.
Thus the request: might it be possible to support the new function names like
apcu_fetch()
? This is a copy-paste task and likely copying the APC-implementation is the most simple solution to this.See https://php.net/manual/en/intro.apcu.php for detail. The old APC is incompatible with PHP 5.5 and newer due to the bundled opcache.
- The topic ‘apcu compatibility’ is closed to new replies.