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 Guard installed on their machine.
|
|
|
|
To install the Zend Guard Loader:
zend_extension=<full_path_to_ZendGuardLoader.so> zend_extension=<full_path_to_ZendLoader.dll> |
|
Tip: To make sure Zend Guard Loader is properly installed, run the ()phpinfo function on a file installed on your Web server. |