Zend Optimizer not Installed


去官网下载最新的插件,http://www.zend.com/en/products/loader/downloads#Windows


Zend Guard Loader installation instructions
-------------------------------------------

Installing Zend Guard Loader for any PHP-NTS distribution:
==========================================================
1. Extract the Zend Loader package that corresponds to your php version and OS arch (the package also contains opcache binary) 

2. Place the ZendLoader and opcache binaries in your filesystem.

3. Add the following lines to your php.ini file for loading the ZendGuardLoader:
   Linux and Mac OS X:      
   	zend_extension=<full_path_to_ZendGuardLoader.so>
   	zend_extension=<full_path_to_opcache.so>
   
   Windows non-thread safe: 
   	zend_extension=<full_path_to_ZendLoader.dll>
   	zend_extension=<full_path_to_opcache.dll>
   
   * Note: The supplied opcache replaces your current opcache binary in order to allow correct extension loading.
   * Note: Loader line should be first
   
4. Optional: Add an aditional line to your php.ini for enabling ZendGuardLoader
  ; Enables loading encoded scripts. The default value is On
  zend_loader.enable=1
     
5. Optional: following lines can be added your php.ini file for ZendGuardLoader configuration:

   ; Disable license checks (for performance reasons)
     zend_loader.disable_licensing=0
   ; The Obfuscation level supported by Zend Guard Loader. The levels are detailed in the official Zend Guard Documentation. 0 - no obfuscation is enabled
     zend_loader.obfuscation_level_support=3
   ; Path to where licensed Zend products should look for the product license. For more information on how to create a license file, see the Zend Guard User Guide
     zend_loader.license_path= 

6. Restart your Web server.

7. Check that loader and opcache are both loaded ( phpinfo() ) or php -v

8. Run your encoded files


最终格式如下:


zend_extension="D:\xxx\php\php-5.6.27-nts\ext\ZendLoader.dll"
zend_extension="D:\xxx\php\php-5.6.27-nts\ext\php_opcache.dll"
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path= 





  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值