Home >Backend Development >PHP Tutorial >zend guard对php代码加密 zend optimizer解析

zend guard对php代码加密 zend optimizer解析

WBOY
WBOYOriginal
2016-06-20 12:55:43979browse

    今天搞了一天,对自己的一个小项目进行zend guard加密。完了之后装上zend optimizer解析器,可以访问路由的时候,一直报‘Incompatible file format: The encoded file has format major ID 65540, whereas the Optimizer expects 2 in D:\haofeng\Apache2.2\www\index.php on line 0’这样错误。将zend optimizer卸载后重装,还是一样。网上查资料,说zend optimizer只能解析php5.2.x及以前的版本,查看自己的php环境确实是php5.2.11。

    到下午的时候再一次加密的时候,突然看到zend guard加密的时候还要选择php版本,一下子明白了。贴图:

    最后提醒一点:zend加密的时候要把电脑当前时间往前调,因为zend加密的文件有限期的限制;

一定要选择准确的php版本,否则zend optimizer无法解析。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn