<?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>Comments on: How To Install IIS 7, PHP5 and MySQL 5.1 on Windows Server 2008 &#8211; Part 1</title>
	<atom:link href="http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html</link>
	<description>Web Hosting Reviews &#38; Coupons</description>
	<lastBuildDate>Thu, 11 Mar 2010 06:55:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George Gruber</title>
		<link>http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html/comment-page-1#comment-9929</link>
		<dc:creator>George Gruber</dc:creator>
		<pubDate>Mon, 06 Apr 2009 05:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html#comment-9929</guid>
		<description>I would like to point out that FastCGI, as profound as it may seem, has some limitations.  I had inadvertently inserted a UNICODE character at the end of the first line of an included .php5 file.  I knew what the problem was but the character was represented in such a way that it was very difficult to see.  I had been configured and running PHP using FastCGI as outlined (and it did work) but it produced no HTML output whatsoever.  It took me a couple of hours to find it.  I reconfigured IIS to use the ISAPI interface with the same error and not only did it throw an error message but it also rendered the page (albeit with an error message).  Had I been using ISAPI all along, I would have seen the error, had the line number identified and fixed in about 30 seconds.  As it was, I only had a blank browser window to work from.  If you have ever had a working web site all of a sudden reduced to absolutely no output, you would understand that your heart just stops and you think WTF?

IMHO, if you are using PHP and MySQL, the thread safe issue isn&#039;t an issue.  Perhaps a good compromise is use FastCGI on production and ISAPI on development servers.  It doesn&#039;t mean that there aren&#039;t bugs that would crop up on the production server but 99% will be dealt with in an environment that is kinder to the programmer.</description>
		<content:encoded><![CDATA[<p>I would like to point out that FastCGI, as profound as it may seem, has some limitations.  I had inadvertently inserted a UNICODE character at the end of the first line of an included .php5 file.  I knew what the problem was but the character was represented in such a way that it was very difficult to see.  I had been configured and running PHP using FastCGI as outlined (and it did work) but it produced no HTML output whatsoever.  It took me a couple of hours to find it.  I reconfigured IIS to use the ISAPI interface with the same error and not only did it throw an error message but it also rendered the page (albeit with an error message).  Had I been using ISAPI all along, I would have seen the error, had the line number identified and fixed in about 30 seconds.  As it was, I only had a blank browser window to work from.  If you have ever had a working web site all of a sudden reduced to absolutely no output, you would understand that your heart just stops and you think WTF?</p>
<p>IMHO, if you are using PHP and MySQL, the thread safe issue isn&#8217;t an issue.  Perhaps a good compromise is use FastCGI on production and ISAPI on development servers.  It doesn&#8217;t mean that there aren&#8217;t bugs that would crop up on the production server but 99% will be dealt with in an environment that is kinder to the programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Install IIS 7, PHP5 and MySQL 5.1 on Windows Server 2008 - Part 2</title>
		<link>http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html/comment-page-1#comment-2320</link>
		<dc:creator>How To Install IIS 7, PHP5 and MySQL 5.1 on Windows Server 2008 - Part 2</dc:creator>
		<pubDate>Thu, 25 Sep 2008 12:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html#comment-2320</guid>
		<description>[...] 12th, 2008 &#183; 18 Comments   Following up on my last post, I&#8217;ve now got a working IIS 7 web server running on Windows 2008. We&#8217;re now going to [...]</description>
		<content:encoded><![CDATA[<p>[...] 12th, 2008 &middot; 18 Comments   Following up on my last post, I&#8217;ve now got a working IIS 7 web server running on Windows 2008. We&#8217;re now going to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress on Server 2008 &#171; Everything I write</title>
		<link>http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html/comment-page-1#comment-70</link>
		<dc:creator>WordPress on Server 2008 &#171; Everything I write</dc:creator>
		<pubDate>Sat, 15 Mar 2008 04:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/install-iis7-php5-mysql5-win2008server.html#comment-70</guid>
		<description>[...] WordPress on Server&#160;2008  15 03 2008   After spending way to much time on my dilemma, I was finally able to install WordPress on Windows Server 2008. I spent a lot of time searching the Internet and despite all the tutorials out there, none of them helped except one fluke web site which happened to work. First I will tell you do not attempt to use isapi but instead use fastcgi. The tutorial I found is located at thewebhostinghero.com. [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress on Server&nbsp;2008  15 03 2008   After spending way to much time on my dilemma, I was finally able to install WordPress on Windows Server 2008. I spent a lot of time searching the Internet and despite all the tutorials out there, none of them helped except one fluke web site which happened to work. First I will tell you do not attempt to use isapi but instead use fastcgi. The tutorial I found is located at thewebhostinghero.com. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
