<?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: Install PHP with Microsoft Web Platform Installer 2.0</title>
	<atom:link href="http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:19:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jams Collett</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-2029</link>
		<dc:creator>Jams Collett</dc:creator>
		<pubDate>Sun, 30 May 2010 14:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-2029</guid>
		<description>Jon Hart wrore:-
&lt;i&gt;The WPI package does not setup a file mapping for PHP files.&lt;/i&gt;

I found this also - no mapping for a .php etension. In what way does that qualify as an instal?

Salman&#039;s solution here fixed it for me - so thanks!

I had previously installed PHP (isapi) sucessfully on my XP box by hand. It was a mission but I&#039;d managed it. I had also installed MySQL and WordPress. Agins, two more missions,with dodgy instals and undocumnted features, but it worked.

I ran across this MS WPI thing and it worked a treat on a W2008 box so I tried it on my XP box to instal a new WordPress instance. I figured I should do it the Microsoft Way, not fight the oer etc.

It didn&#039;t take so I figured there&#039;s a mismatch and attempted to clean off all the previous versions. Subsequent execution of the WPI, once I had really convinced it that I had removed PHP from my box, left the instal without this mapping. I guess WPI works on a clean instal but anything left behind confuses it totally.</description>
		<content:encoded><![CDATA[<p>Jon Hart wrore:-<br />
<i>The WPI package does not setup a file mapping for PHP files.</i></p>
<p>I found this also &#8211; no mapping for a .php etension. In what way does that qualify as an instal?</p>
<p>Salman&#8217;s solution here fixed it for me &#8211; so thanks!</p>
<p>I had previously installed PHP (isapi) sucessfully on my XP box by hand. It was a mission but I&#8217;d managed it. I had also installed MySQL and WordPress. Agins, two more missions,with dodgy instals and undocumnted features, but it worked.</p>
<p>I ran across this MS WPI thing and it worked a treat on a W2008 box so I tried it on my XP box to instal a new WordPress instance. I figured I should do it the Microsoft Way, not fight the oer etc.</p>
<p>It didn&#8217;t take so I figured there&#8217;s a mismatch and attempted to clean off all the previous versions. Subsequent execution of the WPI, once I had really convinced it that I had removed PHP from my box, left the instal without this mapping. I guess WPI works on a clean instal but anything left behind confuses it totally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-1470</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Sat, 14 Nov 2009 10:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-1470</guid>
		<description>Yes, it didn&#039;t work for me too. The only reason I tried this install was to avoid any configuration but I ended up doing the configuration manually:

In IIS Management Console:
1. Open properties of Default Web Site.
2. Select the Home Directory and click Configuration button.
3. Click Add on the Mappings tab, browse for C:\WINDOWS\system32\inetsrv\fcgiext.dll, set Extension to &quot;.php&quot;, set Limit to &quot;GET,HEAD,POST&quot;, check Script engine
4. Click OK
5) Restart IIS

Additionally, on IIS6 and later, you need to &quot;enable&quot; this CGI extension.</description>
		<content:encoded><![CDATA[<p>Yes, it didn&#8217;t work for me too. The only reason I tried this install was to avoid any configuration but I ended up doing the configuration manually:</p>
<p>In IIS Management Console:<br />
1. Open properties of Default Web Site.<br />
2. Select the Home Directory and click Configuration button.<br />
3. Click Add on the Mappings tab, browse for C:\WINDOWS\system32\inetsrv\fcgiext.dll, set Extension to &#8220;.php&#8221;, set Limit to &#8220;GET,HEAD,POST&#8221;, check Script engine<br />
4. Click OK<br />
5) Restart IIS</p>
<p>Additionally, on IIS6 and later, you need to &#8220;enable&#8221; this CGI extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-857</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-857</guid>
		<description>WPI package uses the &lt;a href=&quot;http://windows.php.net/download&quot; rel=&quot;nofollow&quot;&gt;PHP installer&lt;/a&gt;, which is supposed to setup script mapping for PHP files. If script mapping is not there, then you can use these instructions to set it up on &lt;a href=&quot;http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/&quot; rel=&quot;nofollow&quot;&gt;IIS7&lt;/a&gt; or &lt;a href=&quot;http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/&quot; rel=&quot;nofollow&quot;&gt;IIS5.1 and IIS 6.0&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>WPI package uses the <a href="http://windows.php.net/download" rel="nofollow">PHP installer</a>, which is supposed to setup script mapping for PHP files. If script mapping is not there, then you can use these instructions to set it up on <a href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/" rel="nofollow">IIS7</a> or <a href="http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/" rel="nofollow">IIS5.1 and IIS 6.0</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Hart</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-856</link>
		<dc:creator>Jon Hart</dc:creator>
		<pubDate>Tue, 14 Jul 2009 18:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-856</guid>
		<description>The WPI package does not setup a file mapping for PHP files.
All of the instructions I found online use the isapi dll for integration, which I was unable to find in the install. It turns out that it doesnt use isapi, but rather fastcgi.

To get PHP working you may need to create a mapping from .php extension to fcgiext.dll</description>
		<content:encoded><![CDATA[<p>The WPI package does not setup a file mapping for PHP files.<br />
All of the instructions I found online use the isapi dll for integration, which I was unable to find in the install. It turns out that it doesnt use isapi, but rather fastcgi.</p>
<p>To get PHP working you may need to create a mapping from .php extension to fcgiext.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-778</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Wed, 24 Jun 2009 22:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-778</guid>
		<description>To help in figuring out what went wrong, try installing PHP without Web PI. Download &lt;a href=&quot;http://windows.php.net/downloads/releases/php-5.2.10-nts-Win32-VC6-x86.msi&quot; rel=&quot;nofollow&quot;&gt;the non-thread-safe PHP msi&lt;/a&gt;. Then run it from the elevated command prompt window by using this command:

&lt;code&gt;msexec /i php-5.2.10-nts-Win32-VC6-x86.msi /l* C:\install.log&lt;/code&gt;

After that, open the C:\install.log file and look for strings &quot;error&quot; and &quot;fail&quot;.</description>
		<content:encoded><![CDATA[<p>To help in figuring out what went wrong, try installing PHP without Web PI. Download <a href="http://windows.php.net/downloads/releases/php-5.2.10-nts-Win32-VC6-x86.msi" rel="nofollow">the non-thread-safe PHP msi</a>. Then run it from the elevated command prompt window by using this command:</p>
<p><code>msexec /i php-5.2.10-nts-Win32-VC6-x86.msi /l* C:\install.log</code></p>
<p>After that, open the C:\install.log file and look for strings &#8220;error&#8221; and &#8220;fail&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-772</link>
		<dc:creator>Abraham</dc:creator>
		<pubDate>Tue, 23 Jun 2009 03:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-772</guid>
		<description>I had the same problem MJG, did u resolve it?, I installed PHP from the Platform Installer but my php files doesn&#039;t work. Did I miss something?

Best regards</description>
		<content:encoded><![CDATA[<p>I had the same problem MJG, did u resolve it?, I installed PHP from the Platform Installer but my php files doesn&#8217;t work. Did I miss something?</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-496</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Tue, 21 Apr 2009 03:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-496</guid>
		<description>MJG, did this happen on a clean machine? Or did you have the PHP installed before in any form (e.g ISAPI or FastCGI)?

What&#039;s the actual error behavior that you see? Do you see any error messages?</description>
		<content:encoded><![CDATA[<p>MJG, did this happen on a clean machine? Or did you have the PHP installed before in any form (e.g ISAPI or FastCGI)?</p>
<p>What&#8217;s the actual error behavior that you see? Do you see any error messages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJG</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-491</link>
		<dc:creator>MJG</dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-491</guid>
		<description>Didn&#039;t work so seemlessly on my system. Left the server unable to properly parse PHP files. Have you seen this behavior before?</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work so seemlessly on my system. Left the server unable to properly parse PHP files. Have you seen this behavior before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: First Blood Using the New Microsoft Web Platform Installer &#124; PeterKellner.net</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-474</link>
		<dc:creator>First Blood Using the New Microsoft Web Platform Installer &#124; PeterKellner.net</dc:creator>
		<pubDate>Sat, 04 Apr 2009 16:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-474</guid>
		<description>[...] Found this link:&#160; Install PHP with Microsoft Web Platform Installer 2.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Found this link:&#160; Install PHP with Microsoft Web Platform Installer 2.0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install Museum &#187; Blog Archive &#187; Microsoft Web Platform Installer 2.0</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/comment-page-1/#comment-472</link>
		<dc:creator>Install Museum &#187; Blog Archive &#187; Microsoft Web Platform Installer 2.0</dc:creator>
		<pubDate>Sat, 04 Apr 2009 06:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=281#comment-472</guid>
		<description>[...] Microsoft Web Platform Installer 2.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Microsoft Web Platform Installer 2.0 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
