Enable ZendGuard Loader - Windows

Enable ZendGuard Loader - Windows

The Scriptcase need ZendGuard Loader enabled in php.ini to decrypt their internal files, to the execution of the system is possible.

If you do not have the ZendGuard Lodar enabled, a message will appear like this in your browser:



We need to perform some steps and changes in some of the php files to enable this module.

First we download the ZendGuardLoader: click here.

Remember to download the Loader ZendGuard specific to your operating system and php.

  - To check the extensions directory access through your browser:
   -ip:port/scriptcase/info.php
    - Search for: "extension_dir"


After downloading the ZendGuardLoader.dll place the file in the php extensions directory:


To check which directory is the php.ini file access through the browser:
  - ip:port/scriptcase/info.php
    - Search for "Loaded Configuration File"


Open the php.ini file and add in the end:

[Zend]
zend_extension = <complete_path\ZendGuardLoader.dll>
zend_loader.enable = 1
zend_loader.disable_licensing = 0
zend_loader.license_path =



Access the Run, write services.msc, restart apache:


Access your ip:port/scriptcase/diagnosis and see the line of ZendGuardLoader enabled:

    • Related Articles

    • Enable ZendGuard Loader - Linux

      The Scriptcase need ZendGuard Loader enabled in php.ini to decrypt their internal files, to the execution of the system is possible. If you do not have the ZendGuard Lodar enabled, a message will appear like this in your browser: We need to perform ...
    • Enable ZendGuard Loader - MacOs

      The Scriptcase need ZendGuard Loader enabled in php.ini to decrypt their internal files, to the execution of the system is possible. If you do not have the ZendGuard Lodar enabled, a message will appear like this in your browser: We need to perform ...
    • Configurando ambiente manualmente PHP 5.4 - Windows IIS

      Neste artigo veremos como instalar o IIS 7.5 junto com o PHP 5.4 no Windows Server 2008 R2 1. Primeiramente vamos baixar o Microsoft Web Platform Installer, clique aqui. 2. Logo execute e instale o arquivo que você baixou wpilauncher.exe 3. Depois de ...
    • Setting environment manually PHP 5.6 - Windows

      Installing a Manual PHP 5.6 Environment - Windows This article will explain how to install and set-up a PHP 5.6 environment with Apache 2.4 so that it'll run Scriptcase. Follow the steps below with caution. Download the  Apache 2.4  ,  mod_fcgid ...
    • Setting environment manually PHP 8.1 - Windows IIS

      Install IIS on Windows Server 1) On the Start page, click the Server Manager tile. 2) In Server Manager, select Dashboard, and click Add roles and features. 3) In the Add Roles and Features Wizard, on the Before You Begin page, click Next. 4) On the ...