<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://port25.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Port 25: The Open Source Community at Microsoft : Server Center, Dev Center</title><link>http://port25.technet.com/archive/tags/Server+Center/Dev+Center/default.aspx</link><description>Tags: Server Center, Dev Center</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 40109.1145)</generator><item><title>PHP on Windows</title><link>http://port25.technet.com/archive/2008/03/04/php-on-windows.aspx</link><pubDate>Tue, 04 Mar 2008 13:50:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:6479</guid><dc:creator>hjanssen</dc:creator><slash:comments>11</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=6479</wfw:commentRss><comments>http://port25.technet.com/archive/2008/03/04/php-on-windows.aspx#comments</comments><description>&lt;p&gt;I have this really odd feeling of Dejavu.&amp;nbsp; The last blog I wrote (&lt;a href="http://port25.technet.com/archive/2007/10/19/php-sql-server-drivers-much-improved-iis-support-for-php-what-is-this-world-coming-to.aspx"&gt;here&lt;/a&gt;), I started by saying that I have been very delinquent with writing blogs. So what do I do? I continue to be very delinquent with my blogs! &lt;p&gt;If anything, I am consistent! :) &lt;p&gt;So, why this sudden re-emergence of myself on port25? (Besides the fact that I just realized that it has been months since I last blogged, that is) Well we have been keeping ourselves very busy in the last few months. A lot of that work relates directly to PHP, so I wanted to talk about some of these efforts. &lt;p&gt;We have significantly increased our work in this area. And my group continues to find itself at the middle of pretty much all of these efforts. The SQL Server driver for PHP is now in its second release (Get the latest bits &lt;a href="http://blogs.msdn.com/sqlphp/"&gt;here&lt;/a&gt;).&amp;nbsp; And we continue to make improvements and enhancements going forward to this driver. &lt;p&gt;We have also been working very closely with the PHP community on improving PHP performance on Windows. This is an effort that will be ongoing and probably accelerating in the months to come. &lt;p&gt;With the release of Windows Server 2008, I wanted to take a moment and highlight some of the things that have been done to make Windows an excellent PHP Deployment platform.  &lt;p&gt;First of all, Microsoft late last year released FastCGI for IIS6 and IIS7. IIS7 is integrated with Windows Server. IIS7 has as part of its deployment FastCGI included (not an optional download as is the case with IIS6) this in effect means that with IIS7, Microsoft has added out of the box Microsoft-supported software designed to run PHP on IIS.  &lt;p&gt;Equally as interesting, we have been working with &lt;a href="http://www.zend.com/"&gt;Zend&lt;/a&gt; to help them certify Zend Core for Windows Server 2008. I think this makes it one of the first PHP products to be certified for WS2008. Which makes Windows PHP ready :). Imagine that, PHP running on Windows Server, fully certified! &lt;p&gt;To this end we will continue to work with Zend very closely to continue to improve PHP on Windows. &lt;p&gt;Secondarily (although not directly related to Windows Server) we have also been working with Zend to provide Cardspace functionality in the Zend Framework. You can get it &lt;a href="http://www.codeplex.com/informationcardphp"&gt;here&lt;/a&gt;, and read more about how to use it at the Zend website &lt;a href="http://framework.zend.com/manual/en/zend.infocard.html"&gt;here&lt;/a&gt;. Which is another way in which Microsoft has added support to PHP for Microsoft technologies. &lt;p&gt;This continues the close relationship with Zend into the future, and I am expecting to work with them on a whole host of other PHP related efforts going forward. &lt;p&gt;As you could read in earlier blogs by &lt;a href="http://port25.technet.com/archive/2008/03/03/the-apache-visit-to-the-microsoft-campus-day-three.aspx"&gt;Garrett Serrack&lt;/a&gt; we hosted the Apache Software Foundation guys here in Redmond last week. So look for a blog from me later this week on the wrap-up of that visit.&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=6479" width="1" height="1"&gt;</description><category domain="http://port25.technet.com/archive/tags/Hank+Janssen/default.aspx">Hank Janssen</category><category domain="http://port25.technet.com/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://port25.technet.com/archive/tags/Open+Source/default.aspx">Open Source</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category><category domain="http://port25.technet.com/archive/tags/Dev+Center/default.aspx">Dev Center</category><category domain="http://port25.technet.com/archive/tags/Web/default.aspx">Web</category><category domain="http://port25.technet.com/archive/tags/_7E00_FeaturedPost/default.aspx">~FeaturedPost</category></item><item><title>MySQL on Windows: Configuration &amp; Install</title><link>http://port25.technet.com/archive/2007/03/16/mysql-on-windows-configuration-install.aspx</link><pubDate>Fri, 16 Mar 2007 19:02:00 GMT</pubDate><guid isPermaLink="false">af7480c4-26b7-468d-87b0-2acebabb473d:3633</guid><dc:creator>jcannon</dc:creator><slash:comments>18</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://port25.technet.com/rsscomments.aspx?PostID=3633</wfw:commentRss><comments>http://port25.technet.com/archive/2007/03/16/mysql-on-windows-configuration-install.aspx#comments</comments><description>&lt;p&gt;This week, the lab looks at configuring and installing MySQL -&amp;nbsp; an open source relational database management system which is typically used for web applications.&lt;/p&gt;&lt;p&gt;This paper will provide an overview of configuring &amp;amp; installing this software on Windows.&amp;nbsp;MySQL does not have as many features as &lt;a href="http://port25.technet.com/archive/2007/02/22/postgresql-on-windows-a-primer.aspx"&gt;PostgreSQL&lt;/a&gt;, however, and one would expect it to perform substantially better than PostgreSQL on Windows because of its thread-based architecture (PostgreSQL uses a process-based architecture instead). &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note: &lt;/strong&gt;This paper represents testing and documentation in a lab environment. User Account Control (UAC) is an essential security component to Windows and Microsoft does not recommend turning off UAC in production environments. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;img src="http://port25.technet.com/aggbug.aspx?PostID=3633" width="1" height="1"&gt;</description><enclosure url="http://port25.technet.com/videos/research/MySQL_Windows.pdf" length="358680" type="application/pdf" /><category domain="http://port25.technet.com/archive/tags/Technical+Analysis/default.aspx">Technical Analysis</category><category domain="http://port25.technet.com/archive/tags/Server+Center/default.aspx">Server Center</category><category domain="http://port25.technet.com/archive/tags/Dev+Center/default.aspx">Dev Center</category><category domain="http://port25.technet.com/archive/tags/App/default.aspx">App</category><category domain="http://port25.technet.com/archive/tags/Web/default.aspx">Web</category></item></channel></rss>