Zend Guard Loader 安装说明

Zend Guard Loader installation instructions
——————————————-
1. Extract the Zend Loader package.

2. Locate and extract the ZendGuardLoader.so (Linux) or ZendLoader.dll (Windows) that corresponds to your php version.

3. Add the following line to your php.ini file for loading the ZendGuardLoader:

Linux and Mac OS X: zend_extension=<full_path_to_ZendGuardLoader.so>

Windows non-thread safe: zend_extension=<full_path_to_ZendLoader.dll>

4. Add an additional line to your php.ini for enabling ZendGuardLoader ; Enables loading encoded scripts. The default value is On

zend_loader.enable=1

5. Optional: following lines can be added your php.ini file for ZendGuardLoader configuration:

; Disable license checks (for performance reasons)

zend_loader.disable_licensing=0

; The Obfuscation level supported by Zend Guard Loader. The levels are detailed in the official Zend Guard Documentation. 0 – no obfuscation is enabled

zend_loader.obfuscation_level_support=3

; Path to where licensed Zend products should look for the product license. For more information on how to create a license file, see the Zend Guard User Guide

zend_loader.license_path=

6. If you use Zend debugger as well, please make sure to load it after the Zend guard Loader

7. If you use ioncube loader, please make sure to load it before Zend guard Loader

8. Restart your Web server.

zend监视载入程序安装说明
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –

1。解压缩Zend Loader包

2。查找和提取ZendGuardLoader.so(Linux)或ZendLoader.dll(Windows)并对应于你的php版本。

3。加入下面一行到你的php.ini文件以便加载ZendGuardLoader:
Linux和Mac OS X :  zend_extension=<full_path_to_ZendGuardLoader.so>
Windows 非线程安全: zend_extension=<full_path_to_ZendLoader.dll>

4。附加一行到你的php.ini以便可以加载ZendGuardLoader;
允许加载编译脚本.这个默认值是
zend_loader.enable = 1

5。可选:以下几行可添加你的php.ini文件中配置ZendGuardLoader:

; 禁止许可证检查(为了性能原因)
zend_loader.disable_licensing = 0
; Zend Guard Loader支持模糊处理层.这个层的详细说明参见Zend的官方文档.0-模糊处理不被允许
zend_loader.obfuscation_level_support = 3
; 路径用于授权的Zend产品定位许可证。想要获取更多关于创建许可证文件的信息,可参见Zend Guard用户指南
zend_loader.license_path =

6。如果你使用调试器,请确定在Zend guard Loader之后载入它.

7。如果你使用ioncube装载程序,请确定在Zend guard Loader之前载入它.  注:ionCube 一款类似zend的PHP加密/解密工具
8。重启你的网络服务器。

原创文章,作者:斑斓网站长,如若转载,请注明出处:https://www.argb.net/zend-guard-loader-installation.html

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注