While running some tests with this cache, I noticed the following frequently showing up in my logs:

[Thu Dec 24 16:38:24 2009] [error] [client 10.241.57.220] PHP Fatal error:  Call to undefined function apc_get() in /var/www/html/drupal-7.x-dev-apc/sites/default/modules/apc/drupal_apc_cache.inc on line 184

The attached patch replaces the call to apc_get() with a call to apc_fetch().

CommentFileSizeAuthor
drupal_apc_cache.inc_.patch660 bytesjeremy

Comments

R.Muilwijk’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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