Sunday, February 1, 2009

APC as cache engine = segmentation fault

I'm using CakePHP on a Joyent Accelerator with APC.

Everything looks good as long as I don't enable APC as cache engine.

Cache::config('default', array(
'engine' => 'Apc',
'duration' => 3600,
'probability' => 100
));

Any hints on what could be wrong?

Thx,
Jacob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: