views:

54

answers:

1

I hear about accelerators such as these in PHP. I believe APC is making it to PHP 6 also.

What's the state of accelerators in Zend? I see a Zend_Cache. Is it the standard and is there more?

+4  A: 

APC and Xcache are supported via Zend_Cache_Backend_Apc and Zend_Cache_Backend_Xcache

Maxence