win2008 R2 iis7.5 php5.3.29安装Zend Guard Loader

环境 windows server 2008 R2 iis7.5 php5.3.29安装Zend Guard Loader

先下载扩展:

http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-Windows.zip

解压后ZendLoader.dll(Windows)上传到服务器。

3。加载ZendGuardLoader,配置PHP.INI
例子:
zend_extension=”C:\php\ext\ZendLoader.dll”
zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path=

重启IIS,执行phpinfo();

显示

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2014 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies //标识成功

这里有个坑需要特别注意,我安装php5.3.39的时候开始安装的是安全线程的php-5.3.29-Win32-VC9-x86.zip,搞了半天始终加载不成功,但是同样可以在win08 R2下运行fastcgi。

最后php-5.3.29-nts-Win32-VC9-x86.zip换成非安全的就可以加载成功了。

 

此条目发表在服务器分类目录,贴了, , 标签。将固定链接加入收藏夹。

发表回复