[提问]
请问godaddy win主机上如何安装 zend optimizer 3.3.0或以上版本?
|
|
lwbo1987
发表于 2011-10-10 09:16:40
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
yizhiyong
发表于 2011-10-11 09:28:01
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
lwbo1987
发表于 2011-10-11 09:30:17
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
yizhiyong
发表于 2011-10-11 09:34:29
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
yizhiyong
发表于 2011-10-11 09:35:03
|
显示全部楼层
这个是GODADDY 回复,我用他们的代码
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
也不行
---------------------------------------------
Our support staff has responded to your request, details of which are described below:
Discussion Notes
Support Staff Response
Hello,
Thanks for contacting support.
Below is info on using Zend Optimizer.
Thanks,
Matt
Customer Care
You can use Zend Optimizer™, a free application, to decode your website's Zend files and enhance your PHP application's performance if you use PHP 5.2 or less. For more information, see Viewing or Changing Your PHP Language Version.
NOTE: If you use PHP 5.3, you must use Zend Guard Loader instead of Zend Optimizer. For more information, see Using Zend Guard Loader.
To enable Zend Optimizer on your hosting account, you must either modify or create a php.ini file if your hosting account runs PHP 4, or your php5.ini file if your hosting account runs PHP 5. The file you create or modify must include the following code:
[Zend]
zend_optimizer.optimization_level=15
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
Zend Optimizer might corrupt files encoded for Zend Guard Loader and PHP 5.3
NOTE: We recommend backing up your php.ini or php5.ini file before modifying it. |
|
|
|
|
|
|
|
|
|
|
yizhiyong
发表于 2011-10-26 10:03:02
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
lwbo1987
发表于 2011-10-26 10:07:20
|
显示全部楼层
回复 15# 的帖子
|
你的PHP版本是几,如果是php5以上就需要在php5.ini里面修改的 |
|
|
|
|
|
|
|
|
|
|
yizhiyong
发表于 2011-10-26 10:22:37
|
显示全部楼层
回复 17# 的帖子
PHP Version 5.2.17
System Windows NT P3NW8SHG181 6.0 build 6002
Build Date May 11 2011 13:05:29
Configure Command cscript /nologo configure.js "--with-php-build=..\..\..\..\win32build" "--enable-object-out-dir=..\obj" "--with-extra-includes=C:\Program Files\Microsoft SDK\PlatformSDK" "--without-gd" "--disable-ipv6" "--enable-snapshot-build" "--disable-zts" "--disable-isapi" "--disable-nsapi" "--enable-debug-pack" "--with-snapshot-template=..\..\..\..\template" "--without-pi3web"
Server API CGI/FastCGI
Virtual Directory Support disabled
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File D:\Hosting\6909786\html\php5.ini
Scan this dir for additional .ini files (none)
additional .ini files parsed (none)
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support disabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*
Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Optimizer v3.2.1, Copyright (c) 1998-2006, by Zend Technologies
[ 本帖最后由 yizhiyong 于 2011-10-26 10:23 AM 编辑 ] |
|
|
|
|
|
|
|
|
|
|
lwbo1987
发表于 2011-10-26 10:37:14
|
显示全部楼层
|
|
|
|
|
|
|
|