<?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>Tue, 18 Jun 2013 02:14:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: Zend Framework and Microsoft IIS]]></title>
      <guid>http://www.phpdeveloper.org/news/12455</guid>
      <link>http://www.phpdeveloper.org/news/12455</link>
      <description><![CDATA[<p>
In conjunction with his participation in the <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">WinPHP Challenge</a>, <i>Juozas Kaziukenas</i> has made the effort to get <i>Rob Allen</i>'s Zend Framework tutorial (<a href="http://akrabat.com/zend-framework-tutorial/">here</a>) <a href="http://dev.juokaz.com/winphp-2009/zend-framework-and-microsoft-iis">up and running</a> on his Windows Server install.
</p>
<blockquote>
My task today was to make Rob Allen's <a href="http://akrabat.com/zend-framework-tutorial/">Zend framework tutorial</a> project run on Windows. Some years ago such task could have been a problem, but as you will see, now it's nothing special.
</blockquote>
<p>He came across a few hurdles along the way:</p>
<ul>
<li>Permissions on the wwwroot
<li>Routing in IIS
<li>Limitations with the MSSQL driver
<li>Possible file permissions issues
</ul>]]></description>
      <pubDate>Tue, 05 May 2009 09:37:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: Using PHP with C# written libraries]]></title>
      <guid>http://www.phpdeveloper.org/news/12390</guid>
      <link>http://www.phpdeveloper.org/news/12390</link>
      <description><![CDATA[<p>
<i>Juozas Kaziukenas</i> has <a href="http://dev.juokaz.com/winphp-2009/using-php-with-c-written-libraries">written up a new post</a> (as a part of his participation in the <a href="http://dev.juokaz.com/winphp-2009/first-annual-winphp-challenge">WinPHP Challenge</a>) about how he's combined C# code with PHP code in his development.
</p>
<blockquote>
Actual PHP part is very easy to write, because only thing you need to do is to create <a href="http://uk2.php.net/manual/en/class.com.php">COM object</a>. However, making your <a href="http://en.wikipedia.org/wiki/Dynamic-link_library">dll</a>'s visible by PHP is a bit tricky. 
</blockquote>
<p>
He points to <a href="http://www.devarticles.com/c/a/PHP/Using-the-.NET-Assembly-in-PHP/">this tutorial</a> as a starting point and issues he had with <a href="http://msdn.microsoft.com/en-us/library/ms182157(VS.80).aspx">ComVisible</a> and some example code that finally got things working.
</p>]]></description>
      <pubDate>Thu, 23 Apr 2009 07:57:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: First Annual WinPHP Challenge]]></title>
      <guid>http://www.phpdeveloper.org/news/12385</guid>
      <link>http://www.phpdeveloper.org/news/12385</link>
      <description><![CDATA[<p>
<i>Juozas Kaziukenas</i> is also <a href="http://dev.juokaz.com/winphp-2009/first-annual-winphp-challenge">participating in the WinPHP Challenge</a> and has already selected his project:
</p>
<blockquote>
My project will allow people to upload huge collections of photos (probably archived in one zip file) and get nice online gallery. Users will have selection of Ajax or <a href="http://silverlight.net/themes/silverlight/common/home.aspx?AspxAutoDetectCookieSupport=1">Silverlight</a> version and password protection for galleries. If I have time, I will also add ability to select different photos shuffle style, background theme and/or music, and maybe even automatic tour with captions.
</blockquote>
<p>
He's chosen to go with the <a href="http://framework.zend.com/">Zend Framework</a> as a backend and has already begun <a href="http://dev.juokaz.com/winphp-2009/setting-up-windows-for-php-server">setting up the server</a> with Windows Server 2008 and IIS (as connected through a remote desktop connection).
</p>
<p>
He has also <a href="http://dev.juokaz.com/winphp-2009/creating-deep-zoom-applications-with-c">looked at Deep Zoom</a> and <a href="http://dev.juokaz.com/winphp-2009/dynamic-assemblies-loading-using-reflection">Dynamic assemblies</a> to include them into his app.
</p>]]></description>
      <pubDate>Wed, 22 Apr 2009 09:33:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stuart Herbert's Blog: Participating in the European WinPHP Challenge 2009]]></title>
      <guid>http://www.phpdeveloper.org/news/12381</guid>
      <link>http://www.phpdeveloper.org/news/12381</link>
      <description><![CDATA[<p>
<i>Stuart Herbert</i> has decided to <a href="http://blog.stuartherbert.com/php/2009/04/20/participating-in-the-european-winphp-challenge-2009/">get in on the action</a> and enter himself into the <a href="http://www.phpdeveloper.org/news/12189">WinPHP Challenge</a> (as sponsored by <a href="http://ibuildings.nl">Ibuildings</a>). 
</p>
<blockquote>
Generally, folks choose to deploy web-based applications on Windows Server because they already have Windows Server.  Selling them something that will only work on Linux is a tough sell, so a competition like this that seeks to show off how well PHP works on Windows should be another small step forward for all those small ISVs like Box UK who want to sell products written in PHP - provided Microsoft actually do something marketing-wise with the results.
</blockquote>
<p>
His idea is to build a PHP/.NET tool that can act as a web services gateway. He's already <a href="http://blog.stuartherbert.com/php/2009/04/20/first-challenge-development-environment/">started development</a> and blogs about getting the environment all set up - Windows Server 2008, IIS7 and PHP 5.2.9 For Windows.
</p>
<p>
He's made <a href="http://blog.stuartherbert.com/php/2009/04/23/completing-the-development-environment/">another post</a> with an update on his status - finishing out the development environment with PHP up and running, setting up a database, picking an IDE (Visual Studio) and setting up a version control system (git).
</p>
<p>
In <a href="http://blog.stuartherbert.com/php/2009/04/29/what-exactly-am-i-trying-to-achieve/">this post</a> he takes about what he's trying to achieve with his application and some use case examples and in this other post <a href="http://blog.stuartherbert.com/php/2009/04/30/some-feedback-on-the-development-environment/">some of the feedback</a> he's gotten about his dev environment.
</p>]]></description>
      <pubDate>Tue, 21 Apr 2009 12:03:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: WinPHP Challenge]]></title>
      <guid>http://www.phpdeveloper.org/news/12376</guid>
      <link>http://www.phpdeveloper.org/news/12376</link>
      <description><![CDATA[<p>
A little while back the <a href="http://www.phpdeveloper.org/news/12189">WinPHP Challenge</a> was announced - a contest to get developers working with PHP on Windows and, for the winners, some pretty cool prizes (including a full pass to the <a href="http://www.microsoft.com/events/mix/default.mspx">MIX10</a> conference). <i>Rob Allen</i> has <a href="http://akrabat.com/2009/04/20/winphp-challenge/">decided to put in his entry</a> and talks about it a bit on his blog.
</p>
<blockquote>
For some insane reason, I decided to enter the <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">WinPHP Challenge</a> and having been accepted, I now need to actually write an app! It's not like I'm not already way too busy or anything... The main reason that I decided to do the competition was so that I could learn about running PHP on IIS, particularly learning the .htacess equivalents. Also getting more familiarity with SQL Server is useful.
</blockquote>
<p>
He talks about both the server (provided as a part of the contest) and his two application ideas - a modified example from his "Zend Framework in Action" book or a SQL Server inspector/administration tool similar to a phpMyAdmin.
</p>
<p>
He's also documenting his progress in <a href="http://akrabat.com/2009/04/21/installing-windows-server-2008/">installing Windows Server 2008</a>, <a href="http://akrabat.com/2009/04/21/installing-php-on-windows-server-2008/">getting PHP up and running</a> and <a href="http://akrabat.com/2009/04/24/finalising-installation/">finalizing the installation</a>.
</p>
<p>
He's also <a href="http://akrabat.com/2009/04/29/the-eurowinphp-application/">named his application</a> - SuccessSQL - and looks at <a href="http://akrabat.com/2009/05/03/viewing-php-errors-over-the-network-when-using-iis/">viewing PHP errors</a> over the network and working with <a href="http://akrabat.com/2009/05/04/mssql-and-php/">MSSQL and PHP</a>.
</p>]]></description>
      <pubDate>Tue, 21 Apr 2009 07:55:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: WinPHP Challenge 2009 Registration Deadline is April 17th, 2009]]></title>
      <guid>http://www.phpdeveloper.org/news/12346</guid>
      <link>http://www.phpdeveloper.org/news/12346</link>
      <description><![CDATA[<p>
As a reminder from <a href="http://ibuildings.nl">Ibuildings</a> and <a href="http://microsoft.com">Microsoft</a>, time is running out for you to <a href="http://www.phpconference.nl/winphp/">register</a> for the <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">2009 WinPHP Challenge</a> - the deadline is April 17th!
</p>
<blockquote>
PHP is the language that runs the web, however, for a long time; PHP had a reputation of poor performance on Windows. Thanks to the hard work of the PHP Windows team and help from their friends in Redmond, Windows is now a first class citizen for PHP deployment as well as development. We asked two of the Core Windows PHP developers what they thought about the progress that PHP had made on Windows. 
</blockquote>
<p>
The contest is easy - make a brand new PHP application (not a port) build on a Windows and IIS7 setup. All needed licenses, software and hardware - each contestant gets their own Windows Server 2008 VPS to work on - that'll be used for the competition. Applications will be judged on originality, how complete they are, how/if they use Windows features and how well they're documented.
</p>
<p>
The contest will run from April 17th through May 31st to give you plenty of time to develop your application. You can find out more about the contest and register on <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">this page</a> off the Dutch PHP Conference wiki (the registration link is up there near the top).
</p>]]></description>
      <pubDate>Wed, 15 Apr 2009 12:07:30 -0500</pubDate>
    </item>
  </channel>
</rss>
