Home  >  Article  >  Backend Development  >  zend guard loader的装配

zend guard loader的装配

WBOY
WBOYOriginal
2016-06-13 12:56:17784browse

zend guard loader的安装
我的apache是httpd-2.2.22-win32-x86-openssl-0.9.8t,
php是php-5.3.5-Win32-VC6-x86
zend是ZendGuardLoader-php-5.3-Windows
我把ZendLoader.dll复制到php的ext目录下,然后再php.ini修改如下
zend_extension=”g:/wamp/php5/ext/ZendLoader.dll”
zend_loader.enable=1
zend_loader.disable_licensing = 0
zend_loader.obfuscation_level_support = 3
重启服务器后就是不成功,我在网上找也是上面的方法,请大神指教。


------解决方案--------------------
为何不用Zend Optimizer?
------解决方案--------------------
既然你坚持用这个,那么你把启动apache时的错误内容发上来看下,或者把error日志发上来看看,帮你找原因.
Statement:
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