You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what you are trying to achieve and what goes wrong.
I want to clear/purge the complete APCU cache by calling the flush method from the Backend class.
At the moment this just yields the following exception text:
Call to undefined function apc_delete()
The exepcted behaviour is to silently purge what is there to purge.
Seems to be a simple bug.
Details
Phalcon version: 3.2.0
PHP Version: 7.1.5
The text was updated successfully, but these errors were encountered:
ilogs-sepa
changed the title
[BUG] Calling flush() on
[BUG] Calling flush() on \Phalcon\Cache\Backend\Apcu fails
Jul 3, 2017
To use APC functions like apc_delete (note, not apcu_delete) with APCU extensions you have to install and enable acpu_bc extension. https://pecl.php.net/package/apcu_bc
Expected and Actual Behavior
I want to clear/purge the complete APCU cache by calling the flush method from the Backend class.
At the moment this just yields the following exception text:
Call to undefined function apc_delete()
The exepcted behaviour is to silently purge what is there to purge.
Seems to be a simple bug.
Details
The text was updated successfully, but these errors were encountered: