WAMP5+Zend Studio5.5 环境配置总结
最近在搞个项目,以前就把Zend Studio5.5当做编辑器来使用,实在是大才小用的了。我想大家都想用它的调试功能吧,可是出的问题比较多,我也是被搞的一头雾水。本来是安装 Zend Platform 试用版来调试的,可是没成功。后来通过安装 Zend StudioServer5.1才可以的。现在把配置步骤和自己的经验和大家分享下。首先您需要下载:
WAMP5-v1.7.3.rar (这个是感觉目前最好用的集成环境的了)
[url=http://www.newasp.net/soft/download.asp?softid=23420&downid=23&id=24050]http://www.newasp.net/soft/downl ... &downid=23&id=24050[/url]
ZendStudioServer-5.1.0
[url=http://www.phpchina.com/download/show.php?id=6553590&sort=ZendStudio]http://www.phpchina.com/download/show.php?id=6553590&sort=ZendStudio[/url]
ZendOptimizer-3.3.0
这些下载后先安装 WAMP5 然后在安装 ZendOptimizer-3.3.0 在安装 ZendStudioServer-5.1.0
安装过程就不介绍的了,想大家应该不会出现问题的。只要安装按照提示来做就好的了。现在问题来的了. WAMP5用的PHP版本的是 5.2 版。而 Zend StudioServer-5.1.0 不支持(我们主要使用 ZendStudioServer-5.1.0里面的 ZendStudioServer-5.1.0\lib\Debugger-5.1.0 然后在下面添加支持 5.2版本的DEBUGGER就可以的了)。
在里面建立目录 php-5.2.x 把下面附件里面的 ZendDebugger.dll 放在里面就可以的了。
接下来就是到 [url=http://localhost/ZendStudioServer/]http://localhost/ZendStudioServer/[/url] 添加下地址就可以的了。还有需要配置 ZendStudio 里面的 首选项 -- 调试 --- 改成Server然后填入 地址127.0.0.1 即可。
[attach]137[/attach]
一般情况下配置不成功请查看 PHP的LOG 里面都会给出提示...
例如: :
[14-Oct-2007 13:38:43] PHP Warning: Zend Debug Server for PHP 5.2.x cannot be found (expected at 'D:\Program Files\Zend\ZendStudioServer-5.1.0\lib\Debugger-5.1.0\php-5.2.x\ZendDebugger.dll') - try reinstalling the Zend Debug Server in Unknown on line 0 这个就是无法加载....
还有就是 http.conf 里面的
<IfModule mod_mime.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
<Directory "D:\Program Files\Zend/ZendStudioServer-5.1.0">
Options Indexes
DirectoryIndex index.html index.php
</Directory>
### End of the ZendStudioServer-5.1.0 section.
[color=#ff0000]文章转载自:[/color][url=http://www.phpchina.com/][color=#ff0000]PHPChina开源社区门户[/color][/url] ZendStudioServer-5.1.0
[url]http://www.newasp.net/soft/downl[/url] ... &downid=23&id=15176
这个地址不能使用
请问:
1、zend server 是什么?
2、zend optimization是执行加速工具,可以提高php的运行时间,同时还可以运行某些加密的php页面
我理解的对吗?
3、我安装了zend-studio 出了提供开发php的环境还有什么?比如zend server,zend optimitization这些都包含在zend-studio里面嘛?
4. 作为一款优秀的php代码工具,zend-studio和dreamweaver有什么区别?特点在哪里?
谢谢 感谢提醒,下载地址已经更新了,现在可以正常下载了。下面回答你的提问。
1、Zend Server这种叫法不标准,应该是Zend Studio Server。是Studio的服务器端工具。现在已经融入到Platform中了。
2、你对Optimizer的理解基本正确。
3、Zend Studio5.5 以后的版本已经不分Server端和Client端了,所以Zend Studio5.5就是Client端,如果只是作为IDE工具,那么不需要安装Optimizer和Platform。
4、Zend Studio版块有许多Studio功能的介绍,我就不再獒述了。一句话:PHP开发用Studio,美工用DW。
页:
[1]
