I am looking at the Zend Server (PE and CE) and am woundering if its just a frontend for php.ini and automatically has Zend Optimizer which basically is APC(right?) in it or if it would actually be interesting for our development machine. Basically does Zend Server have any special sauce I can't get from opensource caching software and what modules would you use to build something like this yourself. Just get Apache, PHP and APC or use lighttpd with xcache?
EDIT: Is there an opensource alternative?