Re: [PHP] Re: Noob stuff - Zend/Opcode/Cache/Optimizer

2009-12-29 Thread Shahar Evron
Hi, In general, the Zend Engine is an integral part of PHP (the "engine" so to speak of PHP). It's open source, and is developed as part of PHP generally speaking by the same community (or maybe specific people in that community). Zend Server (incl. Zend Server CE) is a Zend (the company) product

[PHP] Re: Noob stuff - Zend/Opcode/Cache/Optimizer

2009-12-27 Thread Shawn McKenzie
> Hello Mr. McKenzie, > > Thanks for the response. I do not see zend optimizer+ on: > http://www.zend.com/en/downloads/ > > There is a zend optimizer download link, but this is different than zend > optimizer+. My understanding is the former facilitates with the use of > zend gaurd while the la

[PHP] Re: Noob stuff - Zend/Opcode/Cache/Optimizer

2009-12-27 Thread Daniel Kolbo
Shawn McKenzie wrote: > Daniel Kolbo wrote: >> Hello, >> >> I'm missing some unifying piece of the zend/php puzzle... >> >> I understand the basics of zend engine opcode, caching the opcode, >> optimizing the opcode, and caching the optimized opcode, etc... The >> part I'm struggling with is some

[PHP] Re: Noob stuff - Zend/Opcode/Cache/Optimizer

2009-12-27 Thread Shawn McKenzie
Daniel Kolbo wrote: > Hello, > > I'm missing some unifying piece of the zend/php puzzle... > > I understand the basics of zend engine opcode, caching the opcode, > optimizing the opcode, and caching the optimized opcode, etc... The > part I'm struggling with is somewhere in the zend world. > >