<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/257/</link>
<title><![CDATA[利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[PHP/JS/Shell]]></category>
<pubDate>Thu, 28 Jun 2007 02:17:46 +0000</pubDate> 
<guid>http://zyan.cc/post/257/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.0 最后修改：2007.06.28 转载请注明出处：<a href="http://blog.zyan.cc" target="_blank">http://blog.zyan.cc</a>]<br/><br/>　　经济学中有一条著名的80-20定律，引用到编程中，就是：80%的性能瓶颈是由20%的代码引起的。借助PHP的XDebug扩展，可以有效地找出这20%的代码。<br/><br/>　　一、安装配置<br/>　　1、下载PHP的XDebug扩展，网址：<a href="http://xdebug.org/" target="_blank">http://xdebug.org/</a><br/><br/>　　2、在Linux下编译安装XDebug<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">tar -xzf xdebug-2.0.0RC3.gz<br/>cd xdebug-2.0.0RC3<br/>/usr/local/php/bin/phpize<br/>./configure --enable-xdebug<br/>cp modules/xdebug.so /usr/local/php/lib/php/extensions/no-debug-non-zts-20020429/</div></div><br/>　　注：/usr/local/php/lib/php/extensions/no-debug-non-zts-20020429/不同的PHP版本路径不同，也不一定要放在该路径，可以在zend_extension_ts中自行指定xdebug.so所在位置。<br/><br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/php/" rel="tag">php</a> , <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment1350</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>simonliu &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 22 Jul 2008 08:19:37 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment1350</guid> 
<description>
<![CDATA[ 
	好像要加上这个才能加载xdebug.so模块吧？<br/>extension=xdebug.so
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment1384</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>chinawolfs &lt;chinawolfs@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 31 Jul 2008 01:32:48 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment1384</guid> 
<description>
<![CDATA[ 
	确实不错....但我安装在ngnix上,好像没有用,请问是什么原因呢?<br/>我的MSN是chinawolfs@hotmail.com
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment2712</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>diuwo &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 05 Mar 2009 08:25:21 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment2712</guid> 
<description>
<![CDATA[ 
	forbidden_tags 哈哈 确实很让人头疼 当行数超过10000的时候 头疼吧 哈哈
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment3087</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>cyzkl &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 22 Apr 2009 11:58:39 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment3087</guid> 
<description>
<![CDATA[ 
	感觉用zendprofile 也不错。。。。图形化
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment3783</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>JeremyWei &lt;shuimuqingshu@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 01 Aug 2009 12:34:06 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment3783</guid> 
<description>
<![CDATA[ 
	# xdebug.profiler_output_name=&quot;script&quot;&nbsp;&nbsp;这行不需要吧，使用默认的文件格式就好了吧，<br/>要不生成的profiler文件名都是script.*格式的，但是WinCacheGrind好像只能打开cachegrind.out.*格式的文件。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment10769</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>桂林 &lt;hi@ss.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 25 Oct 2011 07:39:38 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment10769</guid> 
<description>
<![CDATA[ 
	不错，提高效率
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment18638</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:44:37 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment18638</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment18639</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:44:44 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment18639</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment18640</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:44:57 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment18640</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment18641</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>coach outlet, &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 02:45:04 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment18641</guid> 
<description>
<![CDATA[ 
	Remember the <a href="http://www.coachoutletin.org" target="_blank">coach outlet</a> provide coach bags which won&#039;t be deteriorated into its overall styles by any means. It will maintain its looks, colors, and uniqueness for long time.<a href="http://www.coachoutletin.org" target="_blank">coach outlet store online</a> has been voted by Hour Detroit magazine readers as the Best of Detroit in their 12th annual readers&#039;poll.Lots of women like which usually amount normally include a <a href="http://www.coachoutletin.org" target="_blank">coach outlet online</a> ,it provides coziness to many girls that don&#039;t even think it is a great bushel of great interest directly to them.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment19205</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>Coach Outlet Online &lt;coachoutlet0610@gmai.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 02:14:22 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment19205</guid> 
<description>
<![CDATA[ 
	to obtain <a href="http://www.coachoutletonlineok.com" target="_blank">Coach Outlet Online</a> in Hainan is amongst the brand new darling from residential holiday makers.He has served as Chairman and Chief Executive Officer of Coach since November 1995. He has served as a member of <a href="http://www.coachoutletonlineok.com" target="_blank">Coach Outlet</a> Board of Directors since June 1, 2000, the date of incorporation. 
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment19246</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>Coach&nbsp;&nbsp;Outlet &lt;coachoutlet0610@gmai.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 02:38:39 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment19246</guid> 
<description>
<![CDATA[ 
	<a href="http://www.coachoutletonlinefly.com" target="_blank">Coach Outlet</a> was founded in 1941, in a loft in New York City.as a partnership called the Gail Manufacturing Company. Gail Manufacturing Company began as a family-owned business, with six leatherworkers who made small leather goods, such as wallets and handbags.<a href="http://www.coachoutletonlinefly.com" target="_blank">Coach Outlet Online</a> Store guarantee that all the coach handbags offered are own high quality. In addition , all of them are sold at an unexpected low price.If you want to purchase, just visit their website. 
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment19283</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>Coach&nbsp;&nbsp;Outlet &lt;coachoutlet0610@gmai.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 02:45:15 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment19283</guid> 
<description>
<![CDATA[ 
	Five years later in 1985, the Cahns decided to sell <a href="http://www.coachoutletcoachcanadat.com" target="_blank">Coach Outlet</a> after determining that none of their three children had any desire to take over the family leatherware business . Coach was then sold to Sara Lee Corporation for $30 million dollars.electric, diesel and mainline electric multiple units (EMU, DMU, MEMU), metro <a href="http://www.coachoutletcoachcanadat.com" target="_blank">Coach Outlet Canada</a> and Diesel Electric Tower Cars (DETC), Accident Relief Medical Vans (ARMV), Inspection Cars (RA), Fuel Test Cars, Track Recording Cars, the latest coaches are for the Deccan Odyssey . 
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment19321</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>Louis Vuitton &lt;louisvuittonuk2012@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 02:51:03 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment19321</guid> 
<description>
<![CDATA[ 
	During this period, <a href="http://www.louisvuittonukdo.org.uk" target="_blank">Louis Vuitton</a> incorporated its leather into most of its products, ranging from small purses and wallets to larger pieces of luggage.To emphasize Jacobs&#039;s fashionable volte face, Kate Moss-last season&#039;s saucy <a href="http://www.louisvuittonukdo.org.uk" target="_blank">Louis Vuitton UK</a> dominatrix was recast for spring as the ballerina on that music box in a gleaming white baby doll frock and Barbie white stilettos. 
]]>
</description>
</item><item>
<link>http://zyan.cc/post/257/#blogcomment19358</link>
<title><![CDATA[[评论] 利用Xdebug分析PHP程序，找出性能瓶颈[原创]]]></title> 
<author>Louis Vuitton UK &lt;louisvuittonuk2012@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 02:57:03 +0000</pubDate> 
<guid>http://zyan.cc/post/257/#blogcomment19358</guid> 
<description>
<![CDATA[ 
	This <a href="http://www.louisvuittonukc.org.uk" target="_blank">Louis Vuitton UK</a> for sale belongs to the sounding just what are termed as Louis Vuitton vintage best sellers, many other products and services for the reason that range appearing companies.In 1983, the company joined with America&#039;s Cup to form the <a href="http://www.louisvuittonukc.org.uk" target="_blank">Louis Vuitton</a> Cup, a preliminary competition (known as an eliminatory regatta) for the yacht race. 
]]>
</description>
</item>
</channel>
</rss>