DrupalApcCache::$operations the list of the operations done on the cache, and it is populated even when $conf['apc_show_debug'] has not been set or it is set to FALSE.
Since the content of DrupalApcCache::$operations is shown only when $conf['apc_show_debug'] is set to TRUE, that should be the only case when DrupalApcCache::$operations gets populated. Otherwise, in a production server, the module would waste memory for no reason. (This is why I consider this a bug.)

Issue fork apc-3465522

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

Status: Active » Needs review

  • avpaderno committed 22064404 on 7.x-1.x
    Issue #3465522: Do not populate DrupalApcCache::$operations when $conf[...
avpaderno’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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