Knowledgebase

Installing Zend Guard on IIS7 64-bit  Print this Article

  1. Download the Zend Guard dll for your version of PHP from http://www.zend.com/products/guard/downloads
  2. Zip Install
    1. Extract the Zip file and copy the ZendLoader.dll to your PHP ext directory.
    2. Open your PHP.ini file and add a section for ZendGuard

      [ZendGuard]
      zend_extension="C:\Program Files (x86)\PHP\v5.4\ext\ZendLoader.dll"
      zend_loader.enable=1


    3. Check in your PHP ini file for PHP WinCache. If it is enabled, you must DISABLE it for Zend Guard to run properly.

      [PHP_WINCACHE]
      ;extension=php_wincache.dll


    4. Save the PHP ini.
    5. In IIS, restart the application pool for your website.

Was this answer helpful?

Related Articles

Disable SSL v2
r some reason, Windows Server 2008 using IIS 7 allows SSL 2.0 by default. Unfortunately, this...