Closed (fixed)
Project:
Alternative PHP Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2012 at 14:08 UTC
Updated:
18 Jul 2013 at 07:38 UTC
Jump to comment: Most recent
Comments
Comment #1
R.Muilwijk commentedCommitted to 7.x-1.x
Comment #2
twistor commentedThis really should have tested to see if DrupalAPCCache exists rather than checking if the cache is empty.
Comment #3
phizes commentedtwistor: If I am correct, and /drupal_apc_cache.inc is included in settings.php, DrupalAPCCache will still exist, even when Drupal is run from the CLI (see the beginning of /drupal_apc_cache.inc).