zoukankan      html  css  js  c++  java
  • zend guard6的使用

    1.生成key

    edit->preferences->license Keys->generate

    2.新建product license文件

    3.新建Zend Guard项目文件

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

    4.在项目上按右键

    选择configure

    初始界面是

    捕获

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

    捕获2

    然后设置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文件的路径,如果为空则不要填,外面的引号也不要"

  • 相关阅读:
    约瑟夫问题
    再谈Bellman-Ford
    Uva 11478 Halum操作
    Uva 11090 在环中
    Bellman-Ford
    Uva 10537 过路费
    Uva 10917
    LA 3713 宇航员分组
    2-SAT
    LA 3211 飞机调度
  • 原文地址:https://www.cnblogs.com/zuoxiaobing/p/3734054.html
Copyright © 2011-2022 走看看