<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RuslanY Blog &#187; WebPI</title>
	<atom:link href="http://ruslany.net/tag/webpi/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 23:07:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Install PHP with Microsoft Web Platform Installer 2.0</title>
		<link>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/</link>
		<comments>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 23:50:33 +0000</pubDate>
		<dc:creator>ruslany</dc:creator>
				<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WebPI]]></category>

		<guid isPermaLink="false">http://ruslany.net/?p=281</guid>
		<description><![CDATA[While the task of setting up PHP on IIS was not a difficult one, it anyway required a lot of manual installation and configuration steps. With the PHP 5.2.9-1 release the PHP development community has put a lot of improvements to the PHP installer to make it easy to setup PHP on IIS 5.1, IIS [...]]]></description>
			<content:encoded><![CDATA[<p>While the task of setting up PHP on IIS was not a difficult one, it anyway required a lot of <a title="Using FastCGI to host PHP applications on IIS 7.0" href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/" target="_blank">manual installation and configuration steps</a>. With the PHP 5.2.9-1 release the PHP development community has put <a title="Windows Installer for PHP 5.2.9 RC and PHP 5.3" href="http://ruslany.net/2009/02/windows-installer-for-php-529-rc-and-php-53-beta/" target="_blank">a lot of improvements to the PHP installer</a> to make it easy to setup PHP on IIS 5.1, IIS 6.0 and IIS 7.0. The latest PHP installer can be downloaded from the <a title="PHP 5.2.9-1 installer" href="http://windows.php.net/download/" target="_blank">PHP community site</a>.</p>
<p>Now, with the release of Microsoft Web Platform Installer 2.0 Beta (Web PI), the task of enabling PHP on Windows OS has become the easiest it has ever been. Here are the three simple steps you need to follow:<span id="more-281"></span></p>
<ol>
<li>Go to <a title="PHP on IIS7: The Official Microsoft IIS Site" href="http://php.iis.net/">http://php.iis.net/</a></li>
<li>Click on the big blue button “Click to Install PHP on IIS”.<br />
<a href="http://ruslany.net/wp-content/uploads/2009/03/phpiisnet.png"><img class="size-medium wp-image-285 alignnone screenshot" title="PHP on IIS7" src="http://ruslany.net/wp-content/uploads/2009/03/phpiisnet-500x271.png" alt="PHP on IIS7: The Official Microsoft IIS site" width="500" height="271" /></a><br />
This will prompt you to install Web Platform Installer 2.0 Beta if you do not have it already.</li>
<li>After Web Platform Installer is launched the PHP option will be automatically selected. Click <strong>Install</strong> button to start the installation.<br />
<a href="http://ruslany.net/wp-content/uploads/2009/03/phpwebpi1.png"><img class="alignnone size-medium wp-image-295 screenshot" title="PHP in WebPI" src="http://ruslany.net/wp-content/uploads/2009/03/phpwebpi1-500x369.png" alt="PHP in WebPI" width="500" height="369" /></a><br />
<em><strong>Note</strong>: on a very first run of Web PI, the PHP option might be not selected automatically. In that case you can manually select it under: “Web Platform”/”Frameworks and Runtime” category</em>.</li>
</ol>
<p>The nice thing about this installation process is that Web PI knows about all the dependencies for PHP and it will download and install all the required components prior to installing PHP itself. For example, if you are installing PHP on Windows XP with IIS 5.1, then WebPI will download and install <a title="FastCGI Extension for IIS" href="http://www.iis.net/extensions/FastCGI" target="_blank">FastCGI extension</a>. If PHP is being installed on Windows Server 2008, then Web PI will enable FastCGI module, which is built-in to IIS 7.</p>
<p>Finally Web PI will download and run the installer for non-thread-safe build of PHP 5.2.9-1 from <a href="http://windows.php.net/download/">http://windows.php.net/download/</a>. PHP installer will perform all the necessary configurations steps in PHP, IIS and FastCGI. So by the end of the installation process you will have the IIS and PHP ready to run your PHP applications on Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://ruslany.net/2009/03/install-php-with-microsoft-web-platform-installer-20/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
