dryu999 发表于 2018-12-18 06:49:19

PHP 代码加密

  PHP源码加密模块 php-beast 修正版发布
  http://www.oschina.net/news/43061/php-beast-fixed
  zend encoder——php加密专家
  http://blog.csdn.net/wirror800/article/details/3927235
  使用zend加密源码(zend guard安装和破解)
  http://www.kafan.cn/edu/8460022.html
  

  PHP加密利器Zend Guard 6.0下载安装与破解激活
  http://www.zhiyanblog.com/zend-guard-6-0-download-and-crack.html#prettyPhoto
  

  Zend Guard (原Zend Encoder)
  

  请注意,其中的TS是thread safety的简写(即线程安全)
  一时也找不出原因,索性直接打开zend guard官网进行搜索,然后就解决了。
  原来,zend guard loader只支持NTS的版本,意味着如果你的php版本是TS的话,就没法使用zend guard loader了,如果你想查看自己的php是ts还是nts的,只需要输出phpinfo,然后搜索下:Thread Safety,disabled对应nts版本,否则为ts。
  因此,终极解决办法就是,下载个php NTS版本进行安装即可。
  

  phpstudy下载



页: [1]
查看完整版本: PHP 代码加密