Nuvini wrote:
The actual question is why would you stick with an older PHP version? PHP 5.5 has Zend opcache built in, which replaces APC (and is imo better, performance wise)
We're testing a VPS with PHP 5.5 on it, but we have some older sites that break in 5.4 (some open source ecom sites). Once we're done with our testing we may spin off the older sites onto a VPS of their own with 5.3, or we may just use the 5.5 VPS for all our new sites.
We just set up a Zimbra mail server that is using APC. Zimbra is a RAM pig (thanks java!), and it loves the swap space, but the APC helps keep the UI snappy.