Since DrupalApcCache methods could be called from CLI (for example, when some Drush commands are executed), they should always first call apcu_enabled() to verify APCu is not disabled (which happens when apcu.enable-cli has not been set to On).

Issue fork apc-3463517

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

avpaderno created an issue. See original summary.

avpaderno’s picture

Issue summary: View changes
Status: Active » Needs review

  • avpaderno committed 3f77e08c on 7.x-1.x
    Issue #3463517: Always check the APCu extension is enabled before...
avpaderno’s picture

Status: Needs review » Fixed

  • avpaderno committed 1850c649 on 7.x-1.x
    Follow-up to #3463517: Added a call to apcu_enabled() to a form...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.