WDCP安装Zend Guard Loader

2015年3月4日15:32:42网站建设评论3,2483

WDCP默认安装的Php和Mysql版本都很低,使用源码编译安装的时候,你可以选择Php的版本。我在安装的时候选择的是WDCP支持的最高5.3.27版本。但鬼知道这货默认安装的居然还是Zend Optimizer 3.3.3。Zend Optimizer 3.3.3只支持PHP5.2.x,如果要用PHP5.3.x,最好安装Zend Guard Loader。还好WDCP提供了升级的脚本及方法,你只需要按照下面方法即可安装Zend Guard Loader。文章源自堕落的鱼-https://www.duoluodeyu.com/1130.html

wget http://down.wdlinux.cn/in/ZendGL_ins.sh
sh ZendGL_ins.sh文章源自堕落的鱼-https://www.duoluodeyu.com/1130.html

安装完之后脚本会自动添加配置代码到php.ini。如果没有,可以手动在php.ini的最后面添加:文章源自堕落的鱼-https://www.duoluodeyu.com/1130.html

[Zend]
zend_extension = /www/wdlinux/Zend/lib/ZendGuardLoader.so
zend_loader.enable = 1文章源自堕落的鱼-https://www.duoluodeyu.com/1130.html

安装后,通过phpinfo查看到以下信息即表示安装成功:文章源自堕落的鱼-https://www.duoluodeyu.com/1130.html

Zend Guard Loader安装成功截图文章源自堕落的鱼-https://www.duoluodeyu.com/1130.html

匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定