<?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>“℃冻番茄&#039;s Blog”的评论</title>
	<atom:link href="http://phpd.cn/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://phpd.cn</link>
	<description>记录平时工作、学习的过程！开始学习新东西，下一个目标Android开发......</description>
	<lastBuildDate>Tue, 10 Jan 2012 08:14:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>℃冻番茄 对《一年一度的回家过大年的行动就要开始了》的评论</title>
		<link>http://phpd.cn/archives/510#comment-3332</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Tue, 10 Jan 2012 08:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=510#comment-3332</guid>
		<description>把年假拉一块休了</description>
		<content:encoded><![CDATA[<p>把年假拉一块休了</p>
]]></content:encoded>
	</item>
	<item>
		<title>acai 对《一年一度的回家过大年的行动就要开始了》的评论</title>
		<link>http://phpd.cn/archives/510#comment-3322</link>
		<dc:creator>acai</dc:creator>
		<pubDate>Tue, 10 Jan 2012 02:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://phpd.cn/?p=510#comment-3322</guid>
		<description>怎么这么早就放假了？</description>
		<content:encoded><![CDATA[<p>怎么这么早就放假了？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Zengpu 对《通过php web方式更新服务器svn[新]》的评论</title>
		<link>http://phpd.cn/archives/227#comment-3063</link>
		<dc:creator>Zengpu</dc:creator>
		<pubDate>Wed, 21 Dec 2011 09:18:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-3063</guid>
		<description>$hl=popen(&quot;LANG=en_US.UTF-8 /usr/bin/svn up --username {$_SESSION[&#039;username&#039;]} --password {$_SESSION[&#039;password&#039;]} {$_SERVER[&quot;DOCUMENT_ROOT&quot;]}&quot;,&quot;r&quot;);

可以避免出现 svn: Can&#039;t convert string from native encoding to &#039;UTF-8&#039;:错误。</description>
		<content:encoded><![CDATA[<p>$hl=popen(“LANG=en_US.UTF-8 /usr/bin/svn up &#8211;username {$_SESSION['username']} &#8211;password {$_SESSION['password']} {$_SERVER["DOCUMENT_ROOT"]}”,”r”);</p>
<p>可以避免出现 svn: Can&#8217;t convert string from native encoding to &#8216;UTF-8&#8242;:错误。</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《通过修改nginx配置，让nginx支持thinkphp等所需的PATH_INFO》的评论</title>
		<link>http://phpd.cn/archives/96#comment-2520</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Mon, 31 Oct 2011 01:13:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-2520</guid>
		<description>上面是最新的方法，nginx 1.0+可用</description>
		<content:encoded><![CDATA[<p>上面是最新的方法，nginx 1.0+可用</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《通过修改nginx配置，让nginx支持thinkphp等所需的PATH_INFO》的评论</title>
		<link>http://phpd.cn/archives/96#comment-2519</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Mon, 31 Oct 2011 01:12:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-2519</guid>
		<description>if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php/$1 last;
break;
}
                location ~ .*\.php(.*)$
                        {
                                fastcgi_pass  unix:/tmp/php-cgi.sock;
                                fastcgi_index index.php;
                                include fcgi.conf;
                                fastcgi_split_path_info ^(.+\.php)(.*)$;
                                include fastcgi_params;
                                fastcgi_param PATH_INFO $fastcgi_path_info;
                        }</description>
		<content:encoded><![CDATA[<p>if (!-e $request_filename)<br />
{<br />
rewrite ^/(.*)$ /index.php/$1 last;<br />
break;<br />
}<br />
                location ~ .*\.php(.*)$<br />
                        {<br />
                                fastcgi_pass  unix:/tmp/php-cgi.sock;<br />
                                fastcgi_index index.php;<br />
                                include fcgi.conf;<br />
                                fastcgi_split_path_info ^(.+\.php)(.*)$;<br />
                                include fastcgi_params;<br />
                                fastcgi_param PATH_INFO $fastcgi_path_info;<br />
                        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>xfstart07 对《通过修改nginx配置，让nginx支持thinkphp等所需的PATH_INFO》的评论</title>
		<link>http://phpd.cn/archives/96#comment-2432</link>
		<dc:creator>xfstart07</dc:creator>
		<pubDate>Thu, 27 Oct 2011 15:02:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-2432</guid>
		<description>请问，我两种方法都试了，还是不行，而且出现了Restarting nginx: nginx: [warn] conflicting server name &quot;localhost&quot; on 0.0.0.0:80, ignored
这是为什么啊？</description>
		<content:encoded><![CDATA[<p>请问，我两种方法都试了，还是不行，而且出现了Restarting nginx: nginx: [warn] conflicting server name “localhost” on 0.0.0.0:80, ignored<br />
这是为什么啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《基于MongoDb GridFs的S3实现 [转]》的评论</title>
		<link>http://phpd.cn/archives/266#comment-2370</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Mon, 24 Oct 2011 08:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpd.cn/?p=266#comment-2370</guid>
		<description>我也是了解过，并未在生产环境中使用过！</description>
		<content:encoded><![CDATA[<p>我也是了解过，并未在生产环境中使用过！</p>
]]></content:encoded>
	</item>
	<item>
		<title>tmkook 对《基于MongoDb GridFs的S3实现 [转]》的评论</title>
		<link>http://phpd.cn/archives/266#comment-2367</link>
		<dc:creator>tmkook</dc:creator>
		<pubDate>Mon, 24 Oct 2011 08:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpd.cn/?p=266#comment-2367</guid>
		<description>博主能不能发表一篇详细安装Mongodb GridFS 和使用的博文呢？
到处找相关的资料都找不到。。</description>
		<content:encoded><![CDATA[<p>博主能不能发表一篇详细安装Mongodb GridFS 和使用的博文呢？<br />
到处找相关的资料都找不到。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>℃冻番茄 对《写个php脚本监控buyvm的vps是否有货》的评论</title>
		<link>http://phpd.cn/archives/453#comment-2230</link>
		<dc:creator>℃冻番茄</dc:creator>
		<pubDate>Sat, 15 Oct 2011 01:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://ye55.com/?p=453#comment-2230</guid>
		<description>嘿嘿，知道哦！！！</description>
		<content:encoded><![CDATA[<p>嘿嘿，知道哦！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>欣赏你的哥们 对《写个php脚本监控buyvm的vps是否有货》的评论</title>
		<link>http://phpd.cn/archives/453#comment-2215</link>
		<dc:creator>欣赏你的哥们</dc:creator>
		<pubDate>Fri, 14 Oct 2011 08:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://ye55.com/?p=453#comment-2215</guid>
		<description>如果需要高端的VPS觅我啊，我只有XEN的。

呵呵 你应该能猜到我是谁吧，一直很佩服你！</description>
		<content:encoded><![CDATA[<p>如果需要高端的VPS觅我啊，我只有XEN的。</p>
<p>呵呵 你应该能猜到我是谁吧，一直很佩服你！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

