Zend Optimizer

Discussion in 'Suggestions' started by fahad, Dec 26, 2011.

  1. Hi

    any chance to install Zend Optimizer in Winhost server ? please I need to use Zend Optimizer component as there many script working whit it.

    It's really a big problem for me to not using my scripts that I have already bought it

    What is the Zend Optimizer?

    The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance 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 faster.

    In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.

    The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page