<?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>评论：在IIS7.5里安装PHP5.3</title>
	<atom:link href="http://www.leric.info/post/56.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leric.info/post/56.htm</link>
	<description>Temec Nosce</description>
	<lastBuildDate>Tue, 13 Jul 2010 09:26:48 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Vincent Jung</title>
		<link>http://www.leric.info/post/56.htm/comment-page-1#comment-95</link>
		<dc:creator>Vincent Jung</dc:creator>
		<pubDate>Tue, 13 Jul 2010 09:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://leric.net.cn/?p=56#comment-95</guid>
		<description>是阿，据说那是mysql自身的BUG
要IP不能写localhost</description>
		<content:encoded><![CDATA[<p>是阿，据说那是mysql自身的BUG<br />
要IP不能写localhost</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：ShaKing</title>
		<link>http://www.leric.info/post/56.htm/comment-page-1#comment-71</link>
		<dc:creator>ShaKing</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://leric.net.cn/?p=56#comment-71</guid>
		<description>知道问题所在了 不能localhost 要改成ip 不行ip+端口就行了</description>
		<content:encoded><![CDATA[<p>知道问题所在了 不能localhost 要改成ip 不行ip+端口就行了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：ShaKing</title>
		<link>http://www.leric.info/post/56.htm/comment-page-1#comment-70</link>
		<dc:creator>ShaKing</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://leric.net.cn/?p=56#comment-70</guid>
		<description>请问：iis7.5+mysql5.1.42+php5.31+phpmyadmin3.25浏览phpmyadmin出现

无法加载 mysql 扩展，请检查您的 PHP 配置。

有什么解决办法吗？</description>
		<content:encoded><![CDATA[<p>请问：iis7.5+mysql5.1.42+php5.31+phpmyadmin3.25浏览phpmyadmin出现</p>
<p>无法加载 mysql 扩展，请检查您的 PHP 配置。</p>
<p>有什么解决办法吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：盼宝宝</title>
		<link>http://www.leric.info/post/56.htm/comment-page-1#comment-57</link>
		<dc:creator>盼宝宝</dc:creator>
		<pubDate>Sat, 12 Dec 2009 05:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://leric.net.cn/?p=56#comment-57</guid>
		<description>你的博客很不错!</description>
		<content:encoded><![CDATA[<p>你的博客很不错!</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Leric</title>
		<link>http://www.leric.info/post/56.htm/comment-page-1#comment-39</link>
		<dc:creator>Leric</dc:creator>
		<pubDate>Fri, 04 Dec 2009 09:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://leric.net.cn/?p=56#comment-39</guid>
		<description>IIS的默认网站的文档路径是在C:\inetpub\wwwroot，你可以把这里面的文件删了，把自己的PHP文件放进去，或者在IIS里选择Default  Web Site，在右侧操作力选择“基本设置...”，把里面的物理路径设置到你部署PHP项目的地方。</description>
		<content:encoded><![CDATA[<p>IIS的默认网站的文档路径是在C:\inetpub\wwwroot，你可以把这里面的文件删了，把自己的PHP文件放进去，或者在IIS里选择Default  Web Site，在右侧操作力选择“基本设置&#8230;”，把里面的物理路径设置到你部署PHP项目的地方。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：HanHor</title>
		<link>http://www.leric.info/post/56.htm/comment-page-1#comment-38</link>
		<dc:creator>HanHor</dc:creator>
		<pubDate>Fri, 04 Dec 2009 04:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://leric.net.cn/?p=56#comment-38</guid>
		<description>你好，我想在自己电脑搭建本地PHP环境。我的系统实施win7 U版，MySQL已经正确安装，但PHP5.3.1也安装了，FASTCGI勾选了，但安装完成后在浏览器输入localhost，显示的总是IIS7那个有语言选择的界面，请问是什么原因？
另外，请教下能写个PHP5.3.1+IIS7.5的详细安装配置教程吗？
我下载的PHP是：php-5.3.1-nts-Win32-VC9-x86.msi
希望你能回复，谢谢。</description>
		<content:encoded><![CDATA[<p>你好，我想在自己电脑搭建本地PHP环境。我的系统实施win7 U版，MySQL已经正确安装，但PHP5.3.1也安装了，FASTCGI勾选了，但安装完成后在浏览器输入localhost，显示的总是IIS7那个有语言选择的界面，请问是什么原因？<br />
另外，请教下能写个PHP5.3.1+IIS7.5的详细安装配置教程吗？<br />
我下载的PHP是：php-5.3.1-nts-Win32-VC9-x86.msi<br />
希望你能回复，谢谢。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
