APC works perfectly well with Zend Framework - there was some concern but it related to PHP pre 5.2 treatment of a large number of include_path and autoloaded classes. The debate was, surprisingly, one of the most misinformed I've seen in PHP for a long time. Nobody seemed able to quite figure out how APC and class loading worked in different scenarios.
All you need to know, is that PHP 5.2 with APC works just fine whether you autoload or not. There are some differences in efficiency but it rarely matters and the strategies for getting the most performance out of the system with any PHP 5 library or framework are well documented. Pádraic Brady http://blog.astrumfutura.com http://www.survivethedeepend.com OpenID Europe Foundation Irish Representative ________________________________ From: ataulkarim <[email protected]> To: [email protected] Sent: Saturday, September 12, 2009 9:56:21 PM Subject: Re: [fw-general] Clarification needed about "Zend" and its products Thanks Sudheer , Things are getting easier now to understand. Its just that a few articles commenting on the fact that APC does not work well with Zend Framework, was a bit confusing. But thanks for the enlightenment :-). Regards, Ataulkarim Sudheer Satyanarayana wrote: > > > There is no compulsion to use other Zend products with Zend Framework. > Zend Framework can be used on any PHP 5 installation. > > You don't have to use Zend Server in order to use Zend Framework. But if > you wish, you can. > > Yes, you can use APC or any other op code caching component of your > choice. Just treat Zend Framework as any other PHP library. > > There are good tutorials on ZF. http://www.survivethedeepend.com/ for > example. The blogosphere offers some good tutorials. There is also the > http://www.zendcasts.com/.( The domain name might mislead. It is not an > official Zend website). > > > With warm regards, > Sudheer. S > Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net, > Personal: http://sudheer.net > > > -- View this message in context: http://www.nabble.com/Clarification-needed-about-%22Zend%22-and-its-products-tp25415258p25418191.html Sent from the Zend Framework mailing list archive at Nabble.com.
