<?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>Sun, 19 May 2013 20:51:33 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Brian Swan's Blog: Why is PHP 5.3 on Windows faster than previous PHP versions?]]></title>
      <guid>http://www.phpdeveloper.org/news/16987</guid>
      <link>http://www.phpdeveloper.org/news/16987</link>
      <description><![CDATA[<p>
In a new post to his blog <i>Brian Swan</i> explains why the latest versions of PHP (the 5.3.x series) are <a href="http://blogs.msdn.com/b/brian_swan/archive/2011/10/12/why-is-php-5-3-on-windows-faster-than-previous-php-versions.aspx">faster now on Windows</a> than some previous versions have been. (Hint: updated technology can work wonders sometimes)
</p>
<blockquote>
[Rasmus Lerdorf recently said at a <a href="http://www.meetup.com/php-49/">Seattle meetup</a>] "If you aren't running PHP 5.3 on Windows, you're lucky…because you have a 40% performance boost coming." He clarified this by saying that, with some help from Microsoft, improvements were made in PHP 5.3 that led to a 40% performance improvement of PHP on Windows. Because he didn't go into the details of why this performance boost was realized, I got questions in email the next day asking about why.
</blockquote>
<p>
The information in a <a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-33-78-metablogapi/8802.image_5F00_511FB339.png">borrowed slide</a> (from a presentation by <a href="http://twitter.com/#!/pierrejoye">Pierre Joye</a>) shows what the differences between the versions are - things like the use of a more modern compiler (VC9 vs VC6), calls to the Win32 API directly and better library management.
</p>]]></description>
      <pubDate>Thu, 13 Oct 2011 08:42:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Daniel Cousineau's Blog: PHP 5.3 and Closures]]></title>
      <guid>http://www.phpdeveloper.org/news/10651</guid>
      <link>http://www.phpdeveloper.org/news/10651</link>
      <description><![CDATA[<p>
<i>Daniel Cousineau</i> has <a href="http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/">posted briefly</a> about a relatively new addition to the feature set of the upcoming PHP 5.3 release - closures.
</p>
<blockquote>
I'm fairly excited because as of only a week or so ago I found the closures rfc, and not only did I find that the rfc has a working patch, apparently it's already in PHP 5.3. You see, apparently it's not good enough that we get name spaces and late static binding, oh no, we get closures too!
</blockquote>
<p>
He downloaded a snapshot and <a href="http://www.toosweettobesour.com/2008/07/21/php-53-and-closures/">gave it a try</a> - code examples are included with his post.
</p>]]></description>
      <pubDate>Mon, 21 Jul 2008 16:02:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Felix Geisendorfer's Blog: Setting up Xdebug on Mac OS X (or Win32 / Linux)]]></title>
      <guid>http://www.phpdeveloper.org/news/8701</guid>
      <link>http://www.phpdeveloper.org/news/8701</link>
      <description><![CDATA[<p>
<i>Felix Geisendorfer</i> shows, in a <a href="http://www.thinkingphp.org/2007/09/21/setting-up-xdebug-on-mac-os-x-or-win32-linux/">new blog post</a> today, how to setup <a href="http://xdebug.org/">XDebug</a> (the popular debugging extension for PHP) on a Mac OSx (or Win32/Linux) system.
</p>
<blockquote>
One of the biggest obstacles when getting started with Xdebug was that I had a hard time finding good instructions on how to set it up on Mac OS X (I finally got rid of windows, yeah !). The only good resource I found was stored in Googles cache (wasn't live anymore) and had instructions on how to manually build xdebug from source.
</blockquote>
<p>
His is a four step process of installing XDebug support on his <a href="http://www.mamp.info/en/mamp.html">MAMP</a> setup - including a few configuration directives you'll need to apply to get XDebug support included.
</p>]]></description>
      <pubDate>Fri, 21 Sep 2007 10:25:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin Kadribasic's Blog: PHP 4.4.5-win32 with MySQL 5.0.22]]></title>
      <guid>http://www.phpdeveloper.org/news/7313</guid>
      <link>http://www.phpdeveloper.org/news/7313</link>
      <description><![CDATA[<p>
<i>Edin Kadribasic</i> has <a href="http://edin.dk/archives/29-PHP-4.4.5-win32-with-MySQL-5.0.22.html">released the latest update</a> for his Win32 builds in the PHP 4.4.x series - PHP 4.4.5-win32 with the MySQL 5.0.22 drivers.
</p>
<p>
There's a <a href="http://edin.dk/uploads/files/php-4.4.5-w-mysql-5.0.22.zip">direct download here</a> which contains two files. Drop these top files into your current install folder and you should be good to go (it will overwrite one file and insert another).
</p>
<p>
Previous versions can be found <a href="http://edin.dk/categories/4-PHP4-+-Mysql">as tagged</a> on his blog.
</p>]]></description>
      <pubDate>Tue, 20 Feb 2007 11:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ilia Alshanetsky's Blog: PHP 5.2.0RC6 is out!]]></title>
      <guid>http://www.phpdeveloper.org/news/6539</guid>
      <link>http://www.phpdeveloper.org/news/6539</link>
      <description><![CDATA[<p>
<i>Ilia Alshanetsky</i>, the release manager for the PHP 5.2.x series has <a href="http://ilia.ws/archives/134-PHP-5.2.0RC6-is-out!.html">officially announced</a> the release of the latest Release Candidate for the series - PHP 5.2.0RC6.
</p>
<blockquote>
The 5.2.0 release is turning to be quite an adventure, we can't seem to get the bloody thing out. Hopefully RC6 will be the last release candidate, but given that I've said that about the last 3RCs, who knows...
</blockquote>
<p>
You can grab the release snapshots from <a href="http://downloads.php.net/ilia/php-5.2.0RC6.tar.bz2">his section</a> of the Downloads on PHP.net (with Win32 binaries to follow soon). So, grab it, test it, find those bugs, and help the PHP team get this next big upgrade out the door!
</p>
<p>
UPDATE: the Windows binaries <a href="http://edin.dk/archives/18-PHP-5.2.0-RC6-Windows-build-available.html">have been posted</a> by <i>Edin</i> now.
</p>]]></description>
      <pubDate>Fri, 20 Oct 2006 07:12:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Pierre-Alain Joye's Blog: Build cairo on windows, step #1 (Updated)]]></title>
      <guid>http://www.phpdeveloper.org/news/6270</guid>
      <link>http://www.phpdeveloper.org/news/6270</link>
      <description><![CDATA[<p>
<i>Pierre-Alain Joye</i> has <a href="http://blog.thepimp.net/index.php/2006/09/13/106-build-cairo-on-windows-step-1">made an update</a> to his information about building Cairo on Windows with more fixes and the creation of a dedicated page for the project.
</p>
<blockquote>
I fixed a possible issue with PDF and PS support, it should work way better now. The cairo_build_windows archive has been updated and a decent freetype2 is now included (from gnuwin32). The build system has been tested with VC++ Express and VC.net 2003. Also a configure.bat is now included, it is a simple "alias" for "cscript /nologo configure.js ". You can call it just like any real configure.
</blockquote>
<p>
As mentioned, a project homepage has been set up for cairo-win32, and can <a href="http://blog.thepimp.net/misc/cairowin32/">be found here</a> along with some results of it: <a href="http://blog.thepimp.net/misc/cairowin32/test.png">PNG file</a>, <a href="http://blog.thepimp.net/misc/cairowin32/pdf-features.pdf">PDF file</a>.
</p>]]></description>
      <pubDate>Thu, 14 Sep 2006 07:06:28 -0500</pubDate>
    </item>
  </channel>
</rss>
