标签:style blog c ext http color
1.生成key
edit->preferences->license Keys->generate
2.新建product license文件
3.新建Zend Guard项目文件
需要注意新建项目的第二项需要英文路径
4.在项目上按右键
选择configure
初始界面是
如果要用做授权,点击security按键
然后设置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文件的路径,如果为空则不要填,外面的引号也不要"
标签:style blog c ext http color
原文地址:http://www.cnblogs.com/zuoxiaobing/p/3734054.html