最近Zend发布了Zend Guard Loader (Runtime for PHP 5.6)。
1、下载Zend Guard Loader (Runtime for PHP 5.6)
根据32位或64位选择对应的系统版本,官方下载地址
http://www.zend.com/en/products/guard/downloads
下载需要注册Zend网站的,懒得注册的直接点击下面的下载连接:
Zend Guard Loader (Runtime for PHP 5.6)(64 bit) (655 KB)
Zend Guard Loader (Runtime for PHP 5.6)(32 bit) (601 KB)
2、安装 Zend Guard Loader
解压后将 ZendGuardLoader.so 上传到服务器 /usr/local/zend/ 目录,我的LNMP自带的有原先的PHP5.3版本的组件,替换即可;
3、配置 Zend Guard Loader
编辑php.ini(/usr/local/php/etc )文件,在最后位置添加以下内容:
[Zend Guard]
zend_extension=/usr/local/zend/ZendGuardLoader.so
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
4、重启
/root/lnmp restart
至此,Zend Guard Loader (Runtime for PHP 5.6)安装完成,我们可以在 phpinfo 和 探针 看到如下成功安装信息。
Comments | NOTHING