Enable ZendGuard Loader - MacOs

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 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 /usr/sbin/apachectl stop
sudo /usr/sbin/apachectl start



  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 - 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 ...
    • Installing PHP 7.3 - macOS

      This documentation will cover how to install PHP 7.3 and ScriptCase manually on macOS. Performing this type of installation is your responsible for configuring your entire environment as well as database extensions. Listed below are versions of macOS ...
    • Installer for macOS - PHP 7.3

      The Scriptcase installer installs Apache, PHP and Scriptcase on your operating system. The installer does not include a database Prerequisites To download the Scriptcase Installer, go to our download page clicking here. IMPORTANT: The Scriptcase ...
    • Enable mbstring extension in CentOS

      "The PHP server must have the mbstring extension enabled. Contact technical support" To enable the following extension, the following must be done on the command line. apt-get install php-mbstring php-gettext  sudo apt-get install php7.0-mbstring  ...