求教关于Zend Optimizer安装

WBOY
Release: 2016-06-23 14:10:51
Original
1302 people have browsed it

安装discuz他们家的X-Space,发生错误,提示:
Attention: Zend Optimizer not Installed

在php.ini的最后面已经加入了:
zend_extension=/usr/zend/ZendGuardLoad.so
zend_loader.enable=1
zend_loader.disable_licensiong=0
zend_loader.obfuscation_level_support=3
zend_loader.license_pash=

可是,在phpinfo中看不到相关信息:


但是,用php -v命令的话,却有相关的信息:


这到底是装好没装好ZendGuardLoader呢?
请多多指教,谢谢。


回复讨论(解决方案)

[Zend.loader]

zend_extension="D:\Program Files\PHP\ext\ZendLoader.dll"

zend_loader.enable=1

zend_loader.disable_licensing=1

zend_loader.obfuscation_level_support=3

zend_loader.license_path=


这是window下的配置,5.3.X的。*.so是linux下的配置

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template