<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 08 Aug 2008 15:58:46 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dennis Chung's Blog: Server Core + IIS7 + PHP + MySQL (and Wordpress)]]></title>
      <guid>http://www.phpdeveloper.org/news/9085</guid>
      <link>http://www.phpdeveloper.org/news/9085</link>
      <description><![CDATA[<p>
<i>Bill Staples</i> has <a href="http://blogs.iis.net/bills/archive/2007/11/20/running-wordpress-on-windows-08-server-core-with-iis7-php-mysql.aspx">pointed out</a> a tutorial from <i>Dennis Chung</i> about <a href="http://windowsmvp.spaces.live.com/blog/cns!80195647FE07388F!485.entry?wa=wsignin1.0">setting up Wordpress</a> on an IIS7 server with MySQL on the Windows Server 2008 Server Core.
</p>
<blockquote>
Wow. <a href="http://www.microsoft.com/windowsserver2008/servercore.mspx">Take Windows Server 2008 Server Core</a> + PHP + IIS7 + MySQL + WordPress, mix them together, will they blend well and work out as a nice concoction? <a href="http://blogs.msdn.com/the_hardman">Matty</a> challenged me to this blend, and guess what, we have a powerful cocktail to offer after all!
</blockquote>
<p>
He breaks the tutorial up into serveral topics like:
</p>
<ul>
<li>the hardware used
<li>the use of virtualization in the setup
<li>setting up Windows Server Core on the network
<li>setting up FastCGI and PHP on the IIS server
<li>loading MySQL onto the server
<li>installing and configuring Wordpress
</ul>]]></description>
      <pubDate>Wed, 21 Nov 2007 08:43:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: FastCGI and PHP: A User's Story]]></title>
      <guid>http://www.phpdeveloper.org/news/9046</guid>
      <link>http://www.phpdeveloper.org/news/9046</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today there's a <a href="http://devzone.zend.com/article/2710-FastCGI-and-PHP-A-Users-Story">new article</a> by <i>Elizabeth Smith</i> about one of the latest offerings from Microsoft to the online community - <a href="http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1521">FastCGI for IIS6</a>.
</p>
<blockquote>
What is FastCGI? I could go on for pages about the technical background, and Microsoft already has some great documentation on the subject, however I'll put it in layman's terms for those who aren't Computer Science majors. [...] CGI is a method that a web server can use for tools like PHP, Perl, or any other language that support it. CGI spawns a new process for each request, which can be really slow. FastCGI speeds this up with a very simple solution â'" instead of creating a brand new process for each request, it creates a "pool" of processes and reuses them.
</blockquote>
<p>
She talks about <a href="http://devzone.zend.com/article/2710-FastCGI-and-PHP-A-Users-Story">her usage</a> of PHP on Windows platforms in her work, about a move her company made from Apache to IIS and how much the FastCGI functionality helped. She also briefly explains how to get IIS and FastCGI to work together to make the PHP functionality happen.
</p>]]></description>
      <pubDate>Wed, 14 Nov 2007 17:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Channel 9 Forums: Installing PHP Applications on IIS7]]></title>
      <guid>http://www.phpdeveloper.org/news/9034</guid>
      <link>http://www.phpdeveloper.org/news/9034</link>
      <description><![CDATA[<p>
In an effort to further the spread of the use of PHP on IIS, the Channel 9 Forums have <a href="http://channel9.msdn.com/ShowPost.aspx?PostID=356242#356242">posted a screencast</a> showing you exactly how to get PHP installed and create a simple site.
</p>
<blockquote>
<p>
In this screencast, discover how easy it is to get PHP up and configured on your IIS7 webserver using FastCGI.  The popular PHP-based blogging application, Wordpress, is used to demonstrate.
</p>
<p>
Additionally, we see how quickly and easily we can integrate a PHP app with IIS7's integrated pipeline as we convert Wordpress to use IIS7's built-in Forms Authentication.
</p>
</blockquote>
<p>
It provides a click-by-click introduction to the installation and server setup you'll need to get the WordPress install working with narration the entire way. <a href="http://channel9.msdn.com/Screencasts/356242_IIS7PHP.wmv">The video</a> is a WMV, so you'll need something compatible to watch it.
</p>]]></description>
      <pubDate>Wed, 14 Nov 2007 07:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Microsoft Releases FastCGI for IIS6 as Free Download]]></title>
      <guid>http://www.phpdeveloper.org/news/9025</guid>
      <link>http://www.phpdeveloper.org/news/9025</link>
      <description><![CDATA[<p>
As mentioned by both the <a href="http://devzone.zend.com/article/2703-FastCGI-for-IIS6-Officially-Released-and-Supported">Zend Developer Zone</a> and <i>Patrick Reilly</i> <a href="http://preilly.org/2007/11/12/fastcgi-for-iis6/">on his blog</a> Microsoft has officially announced their release of FastCGI for their IIS 6 web server version.
</p>
<blockquote>
The IIS Team is eager to announce the official release of Microsoft FastCGI Extension for IIS 6.0 as a <a href="http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1521">free download</a>. For the first time, we are providing hosters and PHP developers full support for a stack of technology that enables reliable, scalable PHP hosting on production Internet Information Services 6.0 (IIS 6) Web servers.
</blockquote>
<p>
Other bloggers mentioning this new release include:
</p>
<ul>
<li><a href=http://gggeek.altervista.org/2007/11/13/microsoft-loves-php-at-long-last-or-does-it/">Gaetano Giunta</a>
<li><a href="http://andigutmans.blogspot.com/2007/11/production-ready-php-on-windows.html">Andi Gutmans</a>
<li><a href="http://blog.joshuaeichorn.com/archives/2007/11/12/fastcgi-for-iis-6-is-out/">Johnua Eichorn</a>
</ul>]]></description>
      <pubDate>Tue, 13 Nov 2007 07:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Reinheimer's Blog: IIS7 The Leap of Faith]]></title>
      <guid>http://www.phpdeveloper.org/news/9006</guid>
      <link>http://www.phpdeveloper.org/news/9006</link>
      <description><![CDATA[<p>
<i>Paul Reiheimer</i> has <a href="http://blog.preinheimer.com/index.php?/archives/250-IIS7-The-Leap-of-Faith.html">set a goal</a> for himself in light of some of the recent advancements that Microsoft has made on the PHP front - to create a successful PHP-driven, IIS served website.
</p>
<blockquote>
In an effort to learn more about IIS (which a number of my students and contracting contacts seem to use), I have decided to challenge myself: To design, build, and launch a PHP based site, and receive at least 1,000 unique visitors a day by Feb 28, 2008, served from an IIS7 server.
</blockquote>
<p>
Among his assets are a license to use the IIS software and a <A href="http://moonsoar.com/">designer</a> help with the look and feel. He also sets out requirements for the project including a local testing server, the public web host and that PHP has to be used (not something like phlanger).
</p>]]></description>
      <pubDate>Fri, 09 Nov 2007 07:52:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Bill Staples' Blog: IIS7 in the Community]]></title>
      <guid>http://www.phpdeveloper.org/news/9000</guid>
      <link>http://www.phpdeveloper.org/news/9000</link>
      <description><![CDATA[<p>
<i>Bill Staples</i> has a new <a href="http://blogs.iis.net/bills/archive/2007/11/07/iis7-in-the-community-11-7-2007.aspx">summary post</a> on his IIS blog today covering some of the new things that IIS7 has to offer its community. Three of these pertain to PHP:
</p>
<ul>
<li>A <a href="http://shabbir.hassanally.net/blog/2007/10/11/howto-installing-mysql-php-and-phpmyadmin-on-iis-part-1-mysql-server/">tutorial </a> from <i>Sabbir</i> about installing PHP and MYSQL on an IIS server to get phpMyAdmin up and running (part one).
<li>A post from <i>Drew Robbins</i> about <a href="http://blogs.iis.net/drobbins/archive/2007/11/02/making-php-applications-great-on-ii7.aspx">extensibility in PHP applications</a> running on IIS.
<li>A <a href="http://www.hanselman.com/blog/ScreencastHowToIIS7AndPHPWithFastCGI.aspx">how-to screencast</a> on getting PHP and FastCGI working happily with IIS.
</ul>]]></description>
      <pubDate>Thu, 08 Nov 2007 07:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Alex Netkachov's Blog: Jamp! installer support PHP with IIS FastCGI]]></title>
      <guid>http://www.phpdeveloper.org/news/8754</guid>
      <link>http://www.phpdeveloper.org/news/8754</link>
      <description><![CDATA[<p>
<i>Alex Netkachov</i> as a <a href="http://www.alexatnet.com/node/81">(very) quick note</a> posted today involving the update to IIS' FastCGI and Jamp!:
</p>
<blockquote>
<a href="http://blogs.iis.net/bills/archive/2007/09/24/announcing-go-live-beta-of-fastcgi-extension-for-php-hosting-on-iis5-1-iis6-0.aspx">Go Live FastCGI</a> for IIS release was announced and I've added is to <a href="http://www.alexatnet.com/node/47">Jamp!</a>. PHP.IIS command now can install PHP on IIS over FastCGI or over ISAPI filter.
</blockquote>
<p>
<a href="http://www.alexatnet.com/node/47">Jamp!</a> is an easy installer for a Java, Apache, MySQL and PHP setup. It makes it a simple, one-click operation to get it up and running. Get more information about the installation and downloads from <a href="http://www.alexatnet.com/node/47">this post</a>.
</p>]]></description>
      <pubDate>Mon, 01 Oct 2007 09:32:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Announcing Go Live Beta of FastCGI Extension for PHP hosting on IIS5.1/IIS6.0]]></title>
      <guid>http://www.phpdeveloper.org/news/8720</guid>
      <link>http://www.phpdeveloper.org/news/8720</link>
      <description><![CDATA[<p>
As both <a href="http://blogs.iis.net/bills/archive/2007/09/24/announcing-go-live-beta-of-fastcgi-extension-for-php-hosting-on-iis5-1-iis6-0.aspx">Bill</a> and the <a href="http://devzone.zend.com/article/2564-FastCGI-Launch-">Zend Developer Zone</a> announce, the latest version of the FastCGI extension for IIS has been released:
</p>
<blockquote>
Microsoft is eager to announce availability of the Go Live release of Microsoft FastCGI Extension for IIS 5.1/6.0 (FastCGI Extension) as a free download from the IIS community site, www.iis.net. The Go Live release is the last step in the Microsoft beta process and represents thehighest level of quality and reliability. For the first time, customers have a license that permits them to deploy the FastCGI Extension on their production Internet Information Services 6.0 (IIS 6) Web servers.
</blockquote>
<p>
<i>Bill</i> <a href="http://blogs.iis.net/bills/archive/2007/09/24/announcing-go-live-beta-of-fastcgi-extension-for-php-hosting-on-iis5-1-iis6-0.aspx">answers</a> a few key questions - like "is it ready for production?" and "where do I get it?" while the Zend Developer Zone gives <a href="http://devzone.zend.com/article/2564-FastCGI-Launch-">more of the background</a> on the path the extension has taken, how it's supported and what sort of future Microsoft has planned for it.
</p>]]></description>
      <pubDate>Tue, 25 Sep 2007 08:46:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Alex Netkachov's Blog: Programmatically adding PHP script engine to IIS 5.1 metabase ScriptMaps]]></title>
      <guid>http://www.phpdeveloper.org/news/8435</guid>
      <link>http://www.phpdeveloper.org/news/8435</link>
      <description><![CDATA[<p>
In a <a href="http://www.alexatnet.com/node/51">new post</a> today <i>Alex Netkachov</i> steps through how he added the PHP scripting engine to his metabase scriptMaps on an IIS 5.1 web server:
</p>
<blockquote>
I spent a few days on investigating how to modify IIS metabase from script. What I need is to add PHP engine to IIS programmatically during installing PHP. [...] The metabase object can be enumerated and each item of the enumeration can be enumerated to. The elements of this hierarchy represent folders you can see in IIS management console.
</blockquote>
<p>
He builds out the ScriptMaps functionality (a recursive "walk" function) and another function to add the PHP scripting engine onto that (addPhpIsapi). A word of warning from <i>Alex</i>, though:
</p>
<blockquote>
This code now is the part of Jamp installer. But because this functionality is dangerous, this code is not run during default installer and it recommended to backup the metabase before running it.
</blockquote>]]></description>
      <pubDate>Mon, 13 Aug 2007 09:30:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[BillS' IIS Blog: How to install FastCGI and PHP on IIS7 Beta 3 (Video)]]></title>
      <guid>http://www.phpdeveloper.org/news/7878</guid>
      <link>http://www.phpdeveloper.org/news/7878</link>
      <description><![CDATA[<p>
On his blog today, <i>BillS</i> shares <a href="http://blogs.iis.net/bills/archive/2007/05/19/how-to-install-fastcgi-and-php-on-iis7-beta-3-video.aspx">a video</a> of a guide to installing FastCGI and PHP onto an IIS7 Beta 3 system:
</p>
<blockquote>
Beta 3 release marks the first time the FastCGI feature has been a part of a Windows release, enabling PHP and other application frameworks to run on Windows with great performance and reliability.  Making them a part of IIS and Windows means no more downloading and installing other components, or worrying about whether the tools you are using are supported, patched and ready for production use. 
</blockquote>
<p>
The video itself (<a href="http://wallpaper.iis7.org/videos/php-fastCGI.mov">Quicktime</a>, <a href="http://wallpaper.iis7.org/videos/php-fastCGI.wmv">Windows Media</a>) shows how to make the install and how to use the output caching feature he previously talked about to enhance the performance of your applications. For those that don't want to bother with the video (or can't view it for whatever reason), he also <a href="http://blogs.iis.net/bills/archive/2007/05/19/how-to-install-fastcgi-and-php-on-iis7-beta-3-video.aspx">includes the steps</a> at the bottom of the post.
</p>]]></description>
      <pubDate>Mon, 21 May 2007 07:52:00 -0500</pubDate>
    </item>
  </channel>
</rss>
