php5.3 安装 Zend Guard Loader

解包

tar -zxvf ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz

复制 ZendGuardLoader.so 至 PHP 扩展目录

cp  ZendGuardLoader.so /path/to/extension_dir

编辑 php.ini

zend_extension=/path/to/extension_dir/no-debug-non-zts-20090626/ZendGuardLoader.so

Add an aditional line to your php.ini for enabling ZendGuardLoader

zend_loader.enable=1

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

重启 apache (Restart your Web server)

php5.3 安装 Zend Guard Loader

时间: 2024-10-11 10:57:47

php5.3 安装 Zend Guard Loader的相关文章

在Linux系统中为PHP5.3安装Zend Guard Loader

从PHP5.3开始如果要支持ZendGuard加密的PHP代码,必须安装Zend Guard Loader,老的zend optimizer将不被支持. 本文介绍如何在Linux系统中为PHP5.3安装Zend Guard Loader支持的过程. 操作系统为CentOS5.5,PHP版本为5.3.8(CentOS5.5中的PHP默认版本较低,如果要升级到PHP最新版,可以使用remi的report源进行升级). 1.Zend Guard Loader官方下载地址: i386版下载地址: htt

linux下php5.4安装Zend Guard Loader扩展

从PHP5.3开始如果要支持ZendGuard加密的PHP代码,必须安装Zend Guard Loader,老的zend optimizer将不被支持.1.Zend Guard Loader安装[[email protected] opt]# tar zxf ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz [[email protected] opt]# mkdir /usr/local/zend[[email protecte

PHP5.3、PHP5.4下安装ZendOptimizer或Zend Guard Loader的方法

现在很多PHP程序都需要ZendOptimizer环境,但是ZendOptimizer在PHP5.2之后已经被支持,那怎么办,Zend也不会这么做,原来PHP5.3开始ZendOptimizer正式改为Zend Guard Loader. Zend Guard Loader的发布,而且Zend Optimizer不会再更新,并且由于差异很大使用Zend Guard加密代码时将提示你是否使用php5.3,如果使用5.3那么代码就无法在php5.2上运行. Zend Guard Loader安装说明

Zend Guard Loader的配置与安装

PHP 5.3 下,Zend Optimizer 已经被全新的 Zend Guard Loader 取代 ------------------------------------------------ 1. 下载 Zend Guard Loader 压缩包.(官方下载地址:http://www.zend.com/en/products/guard/downloads) 2. 解压并提取 ZendGuardLoader.so(Linux)或 ZendLoader.dll(Windows),对应你

windows开启Zend Guard Loader证书配置

关于Zend Guard Loader也是很烦人的东西,安装的PHP自带有Zend,但是可能会没有Zend Guard Loader这个东西,你可以在自己的phpinfo中搜索guard看有没有zend guard这个东西,没有的话就需要重新安装了. 下载地址: http://www.zend.com/en/products/loader/downloads#Windows 下载的文件中包含: ZendLoader.dll.php_opcache.dll :同样放到 C:\wybsofts\ph

PHP加速处理插件 Zend Optimizer,Zend Guard Loader 和 Zend Opcache 区别

PHP 5.3.X   以前版本 为  Zend Optimizer PHP 5.3.X   之后 更名为  Zend Guard Loader 可以帮助php执行加密后的php代码 安装实例以Ubuntu Server 12.04 LTS 64位版本 mkdir /usr/zend    (把压缩包下载到此目录,因为压缩包名字太长,不好配置) wget http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-gli

使用PHP代码判断web服务器是否支持 zend guard loader加密解析

php5.3版本之后不再支持ZendOptimizer,改为更为先进的zend guard loader,判断运行环境是否支持zend guard loader加密解析 $PHP_VER = PHP_VERSION; $ZEND_VER = zend_version(); if( $PHP_VER < 5.3 || empty($ZEND_VER)){ echo '运行环境需要PHP5.3或5.4并支持Zend Guard Loader插件.';exit; } else{ if( !get_cf

Zend Guard Loader 6.0.0 支持PHP 5.4.x系列

不知不觉,现在Zend Guard Loader发布了6.0.0版本,支持PHP 5.4.x系列. 官方地址:http://www.zend.com/en/products/guard/downloads  (需要注册用户后下载) 这里提供下常用的版本 Windows: 附件:ZendGuardLoader-70429-PHP-5.4-Windows-x86 附件(备份):http://blog.ich8.com/file/68 Linux: 32位 附件:ZendGuardLoader-704

Zend Guard Loader和Zend Optimizer的安装(更新中)

本机上php是5.3.3的 下载安装程序   大概找对php.ini和apache的目录就对了  ,中途弹出提示框大概意思是安装过程中需要把apache关掉,不能用 下载地址:http://www.zend.com/en/products/guard/downloads#Windows 下载后解压出来,其实文件夹中就一个ZendLoader.dll文件.奖它放到你的php目录下ext下. 再编辑php.ini文件,添加一段代码(如): [Zend.loader] zend_extension="