Installing Zend Guard Loader
The Zend Guard Loader is a PHP extension that runs PHP scripts encoded by Zend Guard. The Guard Loader extension must be installed on each Web server that runs files that were encoded with, or use, Zend Guard licenses. The Zend Guard Loader translates encoded files to a format that can be parsed by the Zend Engine. This runtime process uses the Zend engine as a trigger to start the Zend Guard Loader component.
Note:
This procedure pertains only to users attempting to run files that were encoded with Zend Guard, and who do not have Zend Server installed on their machine.
|
|
|
|
To install the Zend Guard Loader:
zend_extension=<full_path_to_ZendGuardLoader.so> zend_extension=<full_path_to_opcache.so> zend_extension=<full_path_to_ZendLoader.dll> zend_extension=<full_path_to_opcache.dll> Note: The supplied OPcache replaces your current OPcache binary to allow correct extension loading. Loader line should be executed first.
|
|
|