1. Knowledge Base
  2. >
  3. Results
  4. >
  5. Article

Scripting: How To Install Zend Guard Loader And IonCube

How To Install Zend Guard Loader And IonCube For PHP 5.6

  1. Log in to your Control Panel.
  2. Go to CGI and Scripted Language Support.
  3. Click PHP Scripting.
  4. Your php.ini file is displayed in a text box at the bottom. Click Edit if you cannot edit the php.ini file text.
  5. Insert the following block of code at the end of your php.ini file:
    zend_extension = /usr/local/lib/ioncube/php5.6/ioncube/ioncube_loader_lin_5.6.so
    zend_extension = /usr/local/lib/zend/php5.6/ZendGuardLoader.so
  6. Click Save.


How To Install Zend Guard Loader And IonCube For PHP 5.5

  1. Log in to your Control Panel.
  2. Go to CGI and Scripted Language Support.
  3. Click PHP Scripting.
  4. Your php.ini file is displayed in a text box at the bottom. Click Edit if you cannot edit the php.ini file text.
  5. Insert the following block of code at the end of your php.ini file:
    zend_extension = /usr/local/lib/ioncube/php5.5/ioncube/ioncube_loader_lin_5.5.so
    zend_extension = /usr/local/lib/zend/php5.5/ZendGuardLoader.so
  6. Click Save.


Is Zend Optimizer and IonCube included with PHP 5.3

Zend Optimizer and IonCube are currently not available for PHP 5.3 on our platform.