Frequently Asked Questions

Using Zend Guard Loader

Print this Article
Last Updated: June 19, 2015 9:37 AM

You can use Zend Guard Loader, a free application, to decode your website's Zend files if you use PHP 5.3 or later on your Linux hosting account. For more information, see View or change your PHP version.

NOTE: If you use any version of PHP prior to 5.3 (for example, 5.2), you must use Zend Optimizer to decode your Zend files. For more information, see Using Zend Optimizer.

To enable Zend Guard Loader, you must either modify or create a PHP initialization file (more info) that includes the following code at the beginning:

[Zend]
zend_extension="/usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so"