--- phpninja <[EMAIL PROTECTED]> wrote: > Ahh by compiler I am assuming you mean an opcode cache. > http://turck-mmcache.sourceforge.net/index_old.html I hear good > things about. Zend optimizer is also an option, but I dont seem > to see it in their website. It might be in their zend core > package which I do not know if you have to pay for it. People > usually pick turck or apc for the opcode cache.
Zend Optimizer isn't their cache. The cache used to be available as a standalone product called "Zend Accelerator", but now it only comes as part of the full Zend Platform, and yes, you do have to pay for it. Optimizer is mostly only useful for people who run Zend Guard encoded files (which require Optimizer to decode). I'm rather partial to apc, personally. _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
