Enable ZendGuard Loader - Linux

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 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.so 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 "Configuration File (php.ini) Path"


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

[Zend]
zend_extension = <full_path/ZendGuardLoader.so>
zend_loader.enable = 1
zend_loader.disable_licensing = 0
zend_loader.license_path =



restart apache:

sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start

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

    • Related Articles

    • 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 ...
    • 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 ...
    • Setting environment manually PHP 5.6 - Linux

      Installing a Manual PHP 5.6 Environment - Linux 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. Note: This article was based on the Debian ...
    • Instalando PHP 7.3 - Linux

      Esta documentación le indicará los pasos necesarios para hacer la instalación del PHP 7.3, Apache 2.4 y Scriptcase de forma manual en un entorno Linux. Haciendo ese tipo de instalación, usted es responsable por toda la configuración de su entorno, ...
    • DB2 Connection - Scriptcase 8.1 - Linux

      To enable the connection to DB2 on Linux, we must perform the following steps: Prerequisites Step 1  -  Add the i386 architecture and install the packages below : UBUNTU\DEBIAN CENTOS\RHEL - sudo dpkg —add-architecture i386 
- sudo apt-get update
 - ...