Starting from PHP5.3 If you want to support Zendguard encrypted PHP code, you must install Zend Guard Loader, and the old Zend Optimizer will not be supported.
1.Zend Guard Loader Installation
[Email protected] opt]# tar zxf zendguardloader-70429-php-5.4-linux-glibc23-x86_64.tar.gz
[Email protected] opt]# Mkdir/usr/local/zend
[email protected] opt]# CP zendguardloader-70429-php-5.4-linux-glibc23-x86_64/php-5.4.x/zendguardloader.so/usr/ local/zend/
[Email protected] opt]# Vi/usr/local/php/etc/php.ini #添加一下内容
[Zend Optimizer]
zend_loader.enable = 1 #启用 zend Guard Loader
[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=
3. Restart the PHP test
650) this.width=650; "title=" 0.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/58/A2/ Wkiom1s2ieuah-q6aaffghrvfva309.jpg "alt=" Wkiom1s2ieuah-q6aaffghrvfva309.jpg "/>
650) this.width=650; "title=" 0000..png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/58/9F/ Wkiol1s2irazfjcqaadblwjmlx0293.jpg "alt=" Wkiol1s2irazfjcqaadblwjmlx0293.jpg "/>
650) this.width=650; "title=" 9.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/58/A2/ Wkiom1s2ieyg9cazaaete8w7ncg386.jpg "alt=" Wkiom1s2ieyg9cazaaete8w7ncg386.jpg "/>
This article is from the "Linux art (q Group: 1991706)" blog, please be sure to keep this source http://304076020.blog.51cto.com/7503470/1603974
Linux under php5.4 installation zend Guard loader extension