关于windows下PHP5.3无法装zend optimizer

WBOY
Freigeben: 2016-06-23 14:21:57
Original
990 Leute haben es durchsucht

因为没办法装zend optimizer  所以我下载了ZendLoader  我放到ext文件夹里. 也在PHP.ini 最后加上了
[Zend.loader]
zend_loader.enable=1
zend_loader.disable_licensing=1
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
zend_extension=”F:\LAMP\PHP\ext\ZendLoader.dll”
  

依旧是没显示 我不知道哪里错了 请各位知道的指点 一下  感谢不已


回复讨论(解决方案)

php 5.3中没有Zend Optimizer,现在的名字是ZendGuard

并且ZendGuard和Zend Optimizer加密的不能相互使用,如果你使用Zend Optimizer加密的文件,最多就只能使用到php 5.2了

php 5.3中没有Zend Optimizer,现在的名字是ZendGuard

并且ZendGuard和Zend Optimizer加密的不能相互使用,如果你使用Zend Optimizer加密的文件,最多就只能使用到php 5.2了 是啊  我下了 zendGuard  但是放到ext文件夹下了  也在PHP配置文件里加了
[Zend.loader]
zend_loader.enable=1
zend_loader.disable_licensing=1
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
zend_extension=”F:\LAMP\PHP\ext\ZendLoader.dll”
  可是 看phpinfo 里面没改变啊

测试下# /usr/local/php/bin/php -z /usr/local/lib/ZendGuardLoader.so 能否成功

一般来说,解决方案
1) re-configure with apache with prefork mode , by default it was worker mode.
2) add two parameter for php configure 
--disable-maintainer-zts 
--disable-safe-mode

其他参考,linux下这样配置一般没有问题

http://support.godaddy.com/help/article/6893/using-zend-guard-loader

其他参考,linux下这样配置一般没有问题

http://support.godaddy.com/help/article/6893/using-zend-guard-loader
大哥  你讲的好深奥啊  看不懂啊 我 .   能不能稍微亲民一点的解释 . 新手无力啊 感谢

windows下的安装得少,我看了下windows下的zend guard不支持线程安全的版本,所以你的php必须是非线程安全的,需要选择 Non Thread Safe 这个版本的php。

并且好像apache没有支持Non Thread Safe的 "php5apache2_4.dll",需要使用FastCGI

你也可以你要使用IIS或者nginx来做http服务器。

windows下的安装得少,我看了下windows下的zend guard不支持线程安全的版本,所以你的php必须是非线程安全的,需要选择 Non Thread Safe 这个版本的php。

并且好像apache没有支持Non Thread Safe的 "php5apache2_4.dll",需要使用FastCGI

你也可以你要使用IIS或者nginx来做http服务器。

我干脆还是用5,2的PHP算了吧 没什么影响吧. 学习而已..   我主要怕新技术更新我都不知道


windows下的安装得少,我看了下windows下的zend guard不支持线程安全的版本,所以你的php必须是非线程安全的,需要选择 Non Thread Safe 这个版本的php。

并且好像apache没有支持Non Thread Safe的 "php5apache2_4.dll",需要使用FastCGI

你也可以你要使用IIS或者nginx来做http服务器。

我干脆还是用5,2的PHP算了吧 没什么影响吧. 学习而已..   我主要怕新技术更新我都不知道

恩,都差不多,新的东西也还好。



windows下的安装得少,我看了下windows下的zend guard不支持线程安全的版本,所以你的php必须是非线程安全的,需要选择 Non Thread Safe 这个版本的php。

并且好像apache没有支持Non Thread Safe的 "php5apache2_4.dll",需要使用FastCGI

你也可以你要使用IIS或者nginx来做http服务器。

我干脆还是用5,2的PHP算了吧 没什么影响吧. 学习而已..   我主要怕新技术更新我都不知道

恩,都差不多,新的东西也还好。
好 谢啦  结贴咯

Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage