apc.cache_by_default with CodeIgniter
- by Dennis
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?