<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：zend studio使用中的常见问题专门收集</title>
	<atom:link href="http://www.zendstudio.net/archives/zend-studio-faq-special-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/</link>
	<description>提供zend studio教程、zend studio下载等相关资源的公益性站点。</description>
	<lastBuildDate>Fri, 30 Jul 2010 14:51:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：song</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1963</link>
		<dc:creator>song</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1963</guid>
		<description>zend studio beta7.0在创建基于frame框架工程时候为什么不能创建，说是缺少很多dll</description>
		<content:encoded><![CDATA[<p>zend studio beta7.0在创建基于frame框架工程时候为什么不能创建，说是缺少很多dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：gently</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1527</link>
		<dc:creator>gently</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1527</guid>
		<description>谬论。真是这样的话，反盗版可以省下一大笔钱，因为你用zend studio开发的源文件人家将不能编辑</description>
		<content:encoded><![CDATA[<p>谬论。真是这样的话，反盗版可以省下一大笔钱，因为你用zend studio开发的源文件人家将不能编辑</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：yxiao</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1525</link>
		<dc:creator>yxiao</dc:creator>
		<pubDate>Wed, 10 Jun 2009 11:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1525</guid>
		<description>zend studio for eclipse建立的project中的文件,不能使用别的编辑器编辑, 如何修正!?</description>
		<content:encoded><![CDATA[<p>zend studio for eclipse建立的project中的文件,不能使用别的编辑器编辑, 如何修正!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：gently</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1426</link>
		<dc:creator>gently</dc:creator>
		<pubDate>Thu, 28 May 2009 12:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1426</guid>
		<description>debug的原理可能和你的理解有一点偏差。
1、zend debugger安装在服务端，充当“卧底”，随时hook apache和返回服务器信息。
2、zend studio就是客户端，通过进入debug模式使用HTTP和debugger通信，除了我们在php中定义的变量，zend studio此时还提交一些“内部变量”给debugger来执行暂停、断点之类响应的操作，同时hook http服务器保持通信不超时等。
至于你说的web server的地址和端口，这些是我们可以输入的</description>
		<content:encoded><![CDATA[<p>debug的原理可能和你的理解有一点偏差。<br />
1、zend debugger安装在服务端，充当“卧底”，随时hook apache和返回服务器信息。<br />
2、zend studio就是客户端，通过进入debug模式使用HTTP和debugger通信，除了我们在php中定义的变量，zend studio此时还提交一些“内部变量”给debugger来执行暂停、断点之类响应的操作，同时hook http服务器保持通信不超时等。<br />
至于你说的web server的地址和端口，这些是我们可以输入的</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：感谢gently</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1425</link>
		<dc:creator>感谢gently</dc:creator>
		<pubDate>Thu, 28 May 2009 11:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1425</guid>
		<description>非常感谢博主的教程。对我这个zse的新手来说，非常有帮助。
能否请博主再讲一讲，ZSE debug的原理？

我理解ZSE debug的原理如下：
ZSE调用web server，然后插入zend debug，然后进入调试状态。

ZSE应该知道：
1. web server的信息（位置，端口）
2. zend debug的信息
3. php executable的信息。

如果有不对的还请多多指正！

我已经花费了2周的时间，但是还是没有配置成功。
总是得到
&quot;the debug session could not be started&quot;
的错误提示对话框。
能否帮忙指点一下？</description>
		<content:encoded><![CDATA[<p>非常感谢博主的教程。对我这个zse的新手来说，非常有帮助。<br />
能否请博主再讲一讲，ZSE debug的原理？</p>
<p>我理解ZSE debug的原理如下：<br />
ZSE调用web server，然后插入zend debug，然后进入调试状态。</p>
<p>ZSE应该知道：<br />
1. web server的信息（位置，端口）<br />
2. zend debug的信息<br />
3. php executable的信息。</p>
<p>如果有不对的还请多多指正！</p>
<p>我已经花费了2周的时间，但是还是没有配置成功。<br />
总是得到<br />
&#8220;the debug session could not be started&#8221;<br />
的错误提示对话框。<br />
能否帮忙指点一下？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：gently</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1177</link>
		<dc:creator>gently</dc:creator>
		<pubDate>Sat, 09 May 2009 16:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1177</guid>
		<description>在使用导入向导的时候，选择下目录就会导入到你指定的位置了</description>
		<content:encoded><![CDATA[<p>在使用导入向导的时候，选择下目录就会导入到你指定的位置了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小适</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1176</link>
		<dc:creator>小适</dc:creator>
		<pubDate>Sat, 09 May 2009 16:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1176</guid>
		<description>在6版本中，导入一个已经存在的程序《程序一般放在web服务器的一个目录下，这样就可以直接显示效果），好像是6版本把源代码全部复制到别的目录，5版本就没有这样的问题，所以，我想请教大家一下</description>
		<content:encoded><![CDATA[<p>在6版本中，导入一个已经存在的程序《程序一般放在web服务器的一个目录下，这样就可以直接显示效果），好像是6版本把源代码全部复制到别的目录，5版本就没有这样的问题，所以，我想请教大家一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：gently</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1114</link>
		<dc:creator>gently</dc:creator>
		<pubDate>Sun, 03 May 2009 08:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1114</guid>
		<description>记事本默认编码似乎是GB2312，如果你使用的XP的话。所以，你的乱码问题或许可以在zend studio中将项目编码设置为GBK</description>
		<content:encoded><![CDATA[<p>记事本默认编码似乎是GB2312，如果你使用的XP的话。所以，你的乱码问题或许可以在zend studio中将项目编码设置为GBK</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：alanhu</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1111</link>
		<dc:creator>alanhu</dc:creator>
		<pubDate>Sun, 03 May 2009 05:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1111</guid>
		<description>求助：
zend studio 6.1.2 编辑php后，经过apache解释乱码！如何解决？

apache 2.2.11 php 5.2.9 zend studio 6.1.2 
zend studio 已经设置大部分的编码为utf-8

用记事本编写的同样的文件apache解释正常！

请问，如何解决？
盼复，谢谢！！！！</description>
		<content:encoded><![CDATA[<p>求助：<br />
zend studio 6.1.2 编辑php后，经过apache解释乱码！如何解决？</p>
<p>apache 2.2.11 php 5.2.9 zend studio 6.1.2<br />
zend studio 已经设置大部分的编码为utf-8</p>
<p>用记事本编写的同样的文件apache解释正常！</p>
<p>请问，如何解决？<br />
盼复，谢谢！！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：伟哥</title>
		<link>http://www.zendstudio.net/archives/zend-studio-faq-special-post/comment-page-1/#comment-1092</link>
		<dc:creator>伟哥</dc:creator>
		<pubDate>Fri, 01 May 2009 02:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zendstudio.net/?p=667#comment-1092</guid>
		<description>支持博主 俺觉得最难得就是排错~~ 这话有些不着边  哇咔咔~~</description>
		<content:encoded><![CDATA[<p>支持博主 俺觉得最难得就是排错~~ 这话有些不着边  哇咔咔~~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
