1.生成key

edit->preferences->license Keys->generate

2.新建product license文件

3.新建Zend Guard项目文件

需要注意新建项目的第二项需要英文路径

4.在项目上按右键

选择configure

初始界面是

zend guard6的使用

如果要用做授权,点击security按键

zend guard6的使用

然后设置license文件等

 

附上php.ini配置项

ZendGuardLoader.so文件需要去Zend官网下载
zend_extension="/usr/lib64/php/modules/ZendGuardLoader.so"
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path="license文件的路径,如果为空则不要填,外面的引号也不要"

相关文章:

  • 2022-03-07
  • 2022-01-23
  • 2021-08-28
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-04
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
相关资源
相似解决方案