How to install Zend optimizer on Windows

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • kilter
    replied
    Re: How to install Zend optimizer on Windows

    The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available for free, but I failed to install zend optimzer and I again downloaded Zend 3.3.3 for Solaris Sparc, failed too nas-02-5E-E5:/usr/local/Zend# ./install-tty./install-tty: line 139:./php: cannot execute binary file 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..

    Leave a comment:


  • Manuel_
    started a topic How to install Zend optimizer on Windows

    How to install Zend optimizer on Windows

    1. To ensure that your PHP installation is compatible with the Zend Optimizer, it is recommended to use the Windows packages posted in the Zend Store which are compiled in non-debug mode The Zend Optimizer works only with non-debug PHP binaries.

    2. The Zend Optimizer for Windows package is a self-extracting installer. Simply run the package file, and follow the installation instructions.

    3. If you are running a server module (e.g.ISAPI), restart your server. For Microsoft IIS, run net stop iisadmin, and then net start w3svc, from a command line console.

    https://www.accuwebhosting.com/resou...zer-on-windows
    Last edited by Marc_AccuWebHosting; 11-15-2019, 01:35 AM.
Working...
X