<?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>Thu, 28 Aug 2008 20:03:18 -0500</pubDate>
    <ttl>30</ttl>
    <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[Johannes Schluter's Blog: Easter - Don't just look for eggs but also for bugs]]></title>
      <guid>http://www.phpdeveloper.org/news/9837</guid>
      <link>http://www.phpdeveloper.org/news/9837</link>
      <description><![CDATA[<p>
<i>Johannes Schluter</i> <a href="http://schlueters.de/blog/archives/67-Easter-Dont-just-look-for-eggs-but-also-for-bugs.html">recommends</a> that, this Easter, you not only enjoy the holiday and hunt some eggs but also do a little bug hunting at the same time:
</p>
<blockquote>
Around Easter there are different holidays, in Germany for instance Friday and Monday are holidays. This gives you some time without annoying customers and colleagues asking you to do stuff. So what could you PHP geeks do when getting bored? - A good idea is to test PHP development <a href="http://snaps.php.net/">snapshots</a>.
</blockquote>
<p>
The PHP group has put out the <a href="http://qa.php.net/">second release candidate</a> for PHP 5.2.6 and is looking for a few good testers to help them find whatever issues may lie deep in its code. Accoring to <i>Johannes</i>, though, not much should be broken this time. It's PHP 5.3 everyone should really watch out for...
</p>
<p>
So <a href="http://qa.php.net/">grab a snapshot</a> and get testing!
</p>]]></description>
      <pubDate>Fri, 21 Mar 2008 11:29:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Antony Dovgal's Blog: 5.3 snapshots are available]]></title>
      <guid>http://www.phpdeveloper.org/news/9718</guid>
      <link>http://www.phpdeveloper.org/news/9718</link>
      <description><![CDATA[<p>
<i>Antony Dovgal</i> <a href="http://daylessday.org/archives/14-5_3-snapshots-are-available.html">points out</a> that <i>Derick Rethans</i> has added the snapshots for PHP 5.3 to the <a href="http://snaps.php.net/">snaps.php.net</a> website.
</p>
<blockquote>
Short list of what you can find there: Namespaces, __callstatic() magic method, accessing static members through $foo::myFunc(), fully rewritten ini-parser with .htaccess-like user defined ini files for CGI/FastCGI, improved OpenSSL extension, PCRE 7.4, and other fixes and improvements that will never get into 5_2 branch.
</blockquote>
<p>
He recommends <a href="http://daylessday.org/archives/14-5_3-snapshots-are-available.html">teching throughly</a> before the major release to find all of the bug before the general public does. Builds for both <a href="http://snaps.php.net/php5.3-200802281130.tar.gz">source</a> and <a href="http://snaps.php.net/win32/php5.3-win32-200802201330.zip">Windows</a> systems have been posted.
</p>]]></description>
      <pubDate>Thu, 28 Feb 2008 09:33:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: PHPSpec Reporting Gets A Needed Boost]]></title>
      <guid>http://www.phpdeveloper.org/news/9042</guid>
      <link>http://www.phpdeveloper.org/news/9042</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/318-PHPSpec-Reporting-Gets-A-Needed-Boost.html">made a few updates</a> to the PHPSpec software he's developed in preparation for the first stable release - additions to the reporting functionality to give as much information as possible.
</p>
<blockquote>
PHPSpec is closing in on its first stable release, so the time had finally come to spruce up its output! No more the simple reporting of failed specs - now you get a few more details in a readable format, exceptions and errors even come with traces. In addition, I've implemented specdoc output as an option (using "-s") so you can get a list of specs in their plain text form.
</blockquote>
<p>
He's also included an example of the new output in the post as well, showing the results of both successful and errored responses. You can check out the actual spec files on the <a href="http://phpmock.googlecode.com/svn/branches/padraic/specs/">googlecode repository</a> for the project and get more details on the project itself (including the latest development snapshots) on the <a href="http://dev.phpspec.org/">project's website</a>.
</p>]]></description>
      <pubDate>Wed, 14 Nov 2007 14:25:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Antony Dovgal's Blog: 5.3 snapshots are avilable]]></title>
      <guid>http://www.phpdeveloper.org/news/8849</guid>
      <link>http://www.phpdeveloper.org/news/8849</link>
      <description><![CDATA[<p>
<i>Antony Dovgal</i> has <a href="http://daylessday.org/archives/14-5_3-snapshots-are-avilable.html">pointed out</a> the updated packages that have been released to the <a href="http://snaps.php.net/">snaps.php.net</a> website by <a href="http://derickrethans.nl/">Derick Rethans</a>.
</p>
<p>
He also includes a list of things that will be included in this upcoming release like:
</p>
<ul>
<li>Namespaces
<li>Late static binding
<li>Accessing static members through $foo::myFunc()
<li>Improved OpenSSL extension
<li>PCRE 7.4
</ul>
<p>
Grab your copy of these latest snapshots from the <a href="http://snaps.php.net/">snaps website</a> and get to testing them on your system to see what happens before the release.
</p>]]></description>
      <pubDate>Tue, 16 Oct 2007 10:24:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DynamicWebPages.de: Windows Snapshots for PHP 5.3]]></title>
      <guid>http://www.phpdeveloper.org/news/8842</guid>
      <link>http://www.phpdeveloper.org/news/8842</link>
      <description><![CDATA[<p>
DynamicWebPages.de <a href="http://www.dynamic-webpages.de/99.rdfnews.php?select=1209">points out</a> that the Windows binary builds have been posted for the in-development version of PHP, version 5.3:
</p>
<blockquote>
The sources for 5.3 are now on the snaps.php.net page as well as the Windows Binaries for testing the new PHP version. Besides the addition of name spaces, Late Static Binding and dynamic-static calls, this version also has mysqlnd a new native PHP driver for MySQL (as replacement to libmysql). This not only performs better than libmysql, but also is more resource-saving and can also be used more simply, since he does not have any external dependence.
</blockquote>
<p>
You can download the snapshots and binaries from <a href="http://snaps.php.net/">the snaps.php.net website</a>.
</p>]]></description>
      <pubDate>Mon, 15 Oct 2007 12:03:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[John Mertic's Blog: Updates to the installer for PHP 5.2.3 and the new snaps site]]></title>
      <guid>http://www.phpdeveloper.org/news/7986</guid>
      <link>http://www.phpdeveloper.org/news/7986</link>
      <description><![CDATA[<p>
<i>John Mertic</i> <a href="http://jmertic.wordpress.com/2007/06/05/updates-to-the-installer-for-php-523-and-the-new-snaps-site/">points out</a> two new things today, one related to the PHP installer and the other to the snaps website.
</p>
<blockquote>
No major user-visible changes were made for this release [to the PHP installer], but all the problems people had with configuring IIS and Apache should have gone away with this release. I've made some changes to the builder so that it supports an installer for PHP 6, which should appear on <a href="http://snaps.php.net/">snaps.php.net</a> soon.
</blockquote>
<p>
The announcement about the <a href="http://snaps.php.net/">snaps website</a> is the facelift it's gotten to make things more like the main PHP site and a bit easier to navigate to find the snapshot you want.
</p>]]></description>
      <pubDate>Wed, 06 Jun 2007 10:10:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Edin Kadribasic's Blog: New Snapshot Capabilities]]></title>
      <guid>http://www.phpdeveloper.org/news/7730</guid>
      <link>http://www.phpdeveloper.org/news/7730</link>
      <description><![CDATA[<p>
In an effort to provide as much information and code about the PHP builds as possible, <i>Edin Kadribasic</i> (with some help from <i>John Mertic</i>) has <a href="http://edin.dk/archives/37-New-Snapshot-Capabilities.html">created some new abilities</a> for the snapshot build process:
</p>
<blockquote>
Up till now we provided only the debug pack for the latest snap but several people have asked if it was possible to make one available for each snap that was provided on the site. The PECL bundle and the installer were not provided at all (although pecl4win site provides a build of PECL extensions).
</blockquote>
<p>
As a result, he's generated and posted these packages for the latest PHP releases:
<ul>
<li><a href="http://snaps.php.net/win32/php5.2-win32-latest.zip">PHP ZIP distribution</a>
<li><a href="http://snaps.php.net/win32/pecl5.2-win32-latest.zip">PECL extension pack</a>
<li><a href="http://snaps.php.net/win32/php5.2-dbgpack-win32-latest.zip">Debug pack</a>
<li><a href="http://snaps.php.net/win32/php5.2-win32-installer-latest.msi">PHP installer</a>
</ul>
He also <a href="http://edin.dk/archives/37-New-Snapshot-Capabilities.html">makes a request</a> to other PHP-ers out there for suggestions of how to include these builds on the Downloads page right alongside the normal PHP downloads.
</p>]]></description>
      <pubDate>Mon, 30 Apr 2007 09:21:00 -0500</pubDate>
    </item>
  </channel>
</rss>
