View Single Post
  #7 (permalink)  
Old 12-06-2008, 22:21
Rock Rock is offline
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 790
Lightbulb

Quote:
Originally Posted by Scothorse View Post
Pardon me, I am tired and too lazy to find out what Zend does, any1 cares to explain
The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available for free, since the early days of PHP 4. It improves the performance of the web pages by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only a bit more faster than usual..
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Reply With Quote