Closed (fixed)
Project:
Alternative PHP Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2009 at 21:42 UTC
Updated:
25 Jan 2010 at 21:30 UTC
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().
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_apc_cache.inc_.patch | 660 bytes | jeremy |
Comments
Comment #1
R.Muilwijk commentedCommitted http://drupal.org/cvs?commit=312880, thanks!