<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[zend for eclipse中的phpunit用的是自带的php.exe调试程序的，curl扩展需要自己装的，需要配置]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 09 Jun 2010 14:42:35 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	在使用 Zend Studio for Eclipse 的 “run as PHPUnit test” 功能时，前后遇到了几个错误：<br/><br/>点击 “run as PHPUnit test” 时，Zend Studio for Eclipse 假死，并且没有需要运行的 test 的统计数字。点击停止时，会提示 “No test executed, Either a fatal error occurred, the launch was stopped manually or the script execution was halted with a ‘die’/&#039;exit’ statement.” 。 出现这种情况，是很难知道问题所在的，因为 console 中也没有任何错误提示。我也是因为偶然间在所有 test 之前加了一个空的 test case ，才发现了问题所在 “Call to undefined function curl_init()”，因为程序中调用了 curl。<br/><br/>但是，我的 php 是加载了 curl 的，问题依然没有解决，不过 console 中的一行字显示了问题所在 “AllTest.php [PHPUnit] /usr/local/Zend/ZendStudioForEclipse-6.1.0/plugins/org.zend.php.debug.debugger.linux.x86_5.2.14.v20080602/resources/php5/php-cgi” ，原来，Zend Studio for Eclipse 使用自带的 php 程序来执行调试功能的，所以才会出现 curl 没有加载的问题。<br/><br/>在 window/preferences 中，php 选项中的 PHP Executables 里面，我加入了自己的 php 可执行程序，运行一下，提示没有&nbsp;&nbsp;ZendDebugger ，一番奋战之后，问题解决。<br/>来源：http://www.codebit.cn/blog/?p=55
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] zend for eclipse中的phpunit用的是自带的php.exe调试程序的，curl扩展需要自己装的，需要配置]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>