时间:14-05-23 栏目:问题及解决 作者:admin 评论:2 点击: 17,134 次
xampp\apache\conf\extra\httpd-xampp.conf切换PHP模式
# PHP-Module setup
# PHP-CGI setup
下载:php-5.3.3-nts-Win32-VC9-x86.zip
将原来的xampp/php改名为xampp/php-ts
新建 :xampp/php目录
复制php.ini-production为php.ini并在底部加以下代码:
[Zend.loader]
zend_extension = "c:/xampp/php/ext/ZendLoader.dll"
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
; Path to where licensed Zend products should look for the product license. For more information on how to create a license file, see the Zend Guard User Guide
zend_loader.license_path=
声明: 本文由( admin )原创编译,转载请保留链接: XAMPP1.7.7加载不了Zend Guard Loader v3.3的解决方法
------====== 本站公告 ======------
联系信息:
电话:19970108113(微信同号) QQ:3142401606
支付宝:https://me.alipay.com/lxq73061
相关插件程序等信息均会在站内发布,敬请关注。
这个教程没看明白,能再详细一点吗!折腾了好几天了!
2014-08-20 11:18 pm试了,还是不能用
2014-11-09 11:49 pm