下面是官方的介绍
Zend Optimizer is a free application that runs the files encoded using Zend Guard and enhances the overall performance of your PHP applications.如果php系统不用zend guard(这东东要钱)直接用zend optimization 能优化吗

解决方案 »

  1.   

    加密代码支持 zend_optimizer.encoder_loader 详细解释
      对于这个参数,我想如果没有看过Zend Opt FAQ文档的朋友大多数并不知道。这个参数用来告诉Zend Opt是否去支持被Zend Encoder加密过的代码。默认情况下Zend Opt将支持加密过的代码。如果不使用被加密过的代码我推荐你关闭此选项。
    ——————————
    如果你能看明白上述的内容,就不用人给你过多解释了!
      

  2.   

    还有,zend optimizer 不能用在最新版的PHP上。为了使用可以降低到适合的PHP版本,比如5。2系列的。