Scripting: How To Install Zend Guard Loader And IonCube
How To Install Zend Guard Loader And IonCube For PHP 5.6
- Log in to your Control Panel.
- Go to CGI and Scripted Language Support.
- Click PHP Scripting.
- Your php.ini file is displayed in a text box at the bottom. Click Edit if you cannot edit the php.ini file text.
- 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
- Click Save.
How To Install Zend Guard Loader And IonCube For PHP 5.5
- Log in to your Control Panel.
- Go to CGI and Scripted Language Support.
- Click PHP Scripting.
- Your php.ini file is displayed in a text box at the bottom. Click Edit if you cannot edit the php.ini file text.
- 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
- 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.