apc.cache_by_default with CodeIgniter

Posted by Dennis on Stack Overflow See other posts from Stack Overflow or by Dennis
Published on 2010-04-29T20:10:40Z Indexed on 2010/04/29 20:17 UTC
Read the original article Hit count: 356

Filed under:
|
|

I'm trying to use APC (Alternative PHP Cache) on my localhost with wamp 2, PHP 5.3 and CodeIgniter 1.7.2, however If I turn on cache_by_default and enable apc.stat the server will crash and I get the following error:

[apc-error] Cannot redeclare class ci_benchmark in C:\wamp\www\k\mvc\codeigniter\Common.php on line 127.

What can I do to fix this issue?

© Stack Overflow or respective owner

Related posts about apc

Related posts about codeigniter