Re: [fw-general] APC and ZF tutorial

2008-11-04 Thread davideFashionPeople
Sorry for off topic: But AnyBody Could you help in my thead layout.phtml calling action -- View this message in context: http://www.nabble.com/APC-and-ZF-tutorial-tp20319957p20324493.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] APC and ZF tutorial

2008-11-04 Thread Tobias Gies
Hey davideFashionPeople, First off, sorry for sounding like a teacher now, but begging for answers in other threads is gonna get you some instant *plonk*s. You know that, right? Second, most people on this list use their real names to post, and I personally like it that way :-). About your

[fw-general] APC and ZF tutorial

2008-11-04 Thread Robert Castley
Hi I see APC mentioned a lot on this list and I was wondering if anyone has a tutorial for configuring APC for use with ZF? I have a default PHP and Apache install on Windows XP/Ubuntu/Mac and would like to what I have to do to my ZF app to get it using APC. Cheers, - Robert

Re: [fw-general] APC and ZF tutorial

2008-11-04 Thread Tobias Gies
*Cc:* fw-general@lists.zend.com *Betreff:* Re: [fw-general] APC and ZF tutorial Hi Robert, it's really simple: APC is a PHP extension that will work out of the box when installed. On Unixoid systems, simply run pecl install apc and add extension=apc.so to your php.ini. On Windows systems