<?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, 24 May 2012 10:15:20 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Derick Rethans' Blog: Random Bugs and Testing RCs]]></title>
      <guid>http://www.phpdeveloper.org/news/17590</guid>
      <link>http://www.phpdeveloper.org/news/17590</link>
      <description><![CDATA[<p>
In a new post to his blog <i>Derick Rethans</i> mirrors the call made by <i>Rasmus Lerdorf</i> at this year's PHP UK Conference - <a href="http://derickrethans.nl/random-bugs-and-testing-rcs.html">get involved</a> (and help test PHP)!
</p>
<blockquote>
At the <a href="http://phpconference.co.uk/">PHP UK Conference</a> <a href="http://twitter.com/rasmus">Rasmus</a> mentioned that he wants more people contributing to PHP. There are plenty of ways how you can do that.
</blockquote>
<p>
<i>Derick</i> points out two more immediate ways you can help, one not even requiring any C knowledge:
</p>
<ul>
<li>Help test the Release Candidates (like the current PHP 5.4.0 RC8) with a call to "make test" just after your compile. 
<li>The recently added "random PHP bug" functionality that's been added to the <a href="http://bugs.php.net/random">bugs.php.net site</a>
</ul>]]></description>
      <pubDate>Mon, 27 Feb 2012 11:48:29 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.4.0 RC6 released]]></title>
      <guid>http://www.phpdeveloper.org/news/17443</guid>
      <link>http://www.phpdeveloper.org/news/17443</link>
      <description><![CDATA[<p>
The PHP.net has announced the availability of the latest Release Candidate in the PHP 5.4.0 series - <a href="http://www.php.net/index.php#id2012-01-24-1">PHP 5.4.0 RC6</a>:
</p>
<blockquote>
The PHP development team announces the 6th release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. [...] The 6th release candidate focused on improving traits. Please test them carefully and help us to identify bugs in order to ensure that the release is solid and all things behave as expected.
</blockquote>
<p>
You can download this latest release from the <a href="http://qa.php.net/">PHP QA site</a> (<a href="http://windows.php.net/qa/">Windows binaries</a>) and test it on your local instance/applications. Any and all feedback about issues should be reported to either the <a href="php-qa@lists.php.net">QA mailing list</a> or on <a href="https://bugs.php.net/">the bug tracker</a>. A complete list of updates is available in <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC6/NEWS">the NEWS file</a>.
</p>]]></description>
      <pubDate>Tue, 24 Jan 2012 07:32:05 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.4.0RC3 Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/17265</guid>
      <link>http://www.phpdeveloper.org/news/17265</link>
      <description><![CDATA[<p>
As mentioned on the main PHP.net site, the latest Release Candidate in the PHP 5.4.x series has been released - <a href="http://www.php.net/index.php#id2011-12-14-1">PHP 5.4.0RC3</a>:
</p>
<blockquote>
The PHP development team is proud to announce the third release candidate of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the Windows QA site. THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!. This is the third release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0.
</blockquote>
<p>
Major changes include the introduction of UTS #46 mapping support in the intl extension and the inclusion of SERVER_NAME and SERVER_PORT into the $_SERVER superglobal for CLI. You can find more changes listed in <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC3/NEWS">the NEWS file</a> and can download the latest from the PHP.net site (or your favorite mirror): <a href="http://qa.php.net/">source</a>, <a href="http://windows.php.net/qa/">Windows binaries</a>.
</p>]]></description>
      <pubDate>Thu, 15 Dec 2011 11:27:09 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.4 RC2 released]]></title>
      <guid>http://www.phpdeveloper.org/news/17190</guid>
      <link>http://www.phpdeveloper.org/news/17190</link>
      <description><![CDATA[<p>
The PHP.net site has officially announced the availability of the latest Release Candidate for the PHP 5.4.x series - <a href="http://www.php.net/index.php#id2011-11-29-1">PHP 5.4 RC2</a>:
</p>
<blockquote>
The PHP development team is proud to announce the second <a href="http://qa.php.net/">release candidate</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>. THIS IS A RELEASE CANDIDATE - DO NOT USE IT IN PRODUCTION!. This is the second release candidate. The release candidate phase is intended as a period of bug fixing prior to the stable release. No new features should be included before the final version of PHP 5.4.0.
</blockquote>
<p>
Fixes in this new version include updates to the built-in web server, PHP-FPM no longer being marked as experimental and changes to the Zend Engine, Core and various extensions. See the <a href="https://svn.php.net/repository/php/php-src/tags/php_5_4_0RC2/NEWS">NEWS file</a> for complete details. You can download this latest release <a href="http://www.php.net/downloads.php">from the downloads page</a> (and <a href="http://windows.php.net/qa/">here for Windows users</a>).
</p>]]></description>
      <pubDate>Wed, 30 Nov 2011 07:22:19 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Gonzalo Ayuso's Blog: Playing with the new PHP5.4 features]]></title>
      <guid>http://www.phpdeveloper.org/news/17174</guid>
      <link>http://www.phpdeveloper.org/news/17174</link>
      <description><![CDATA[<p>
<i>Gonzalo Ayuso</i> has a new post to his blog today showing some of the <a href="http://gonzalo123.wordpress.com/2011/11/28/playing-with-the-new-php5-4-features/">experimentation he's done with PHP 5.4 features</a> like the short array syntax, calling methods through arrays and traits.
</p>
<blockquote>
PHP5.4 it's close and it's time to start playing with the new cool features. I've created a new Virtual Machine to play with the new features available within PHP5.4. I wrote a post with the most exciting features (at least for me) when I saw the feature list in the alpha version. Now the Release Candidate is with us, so it's the time of start playing with them. I also discover really cool features that I pass over in my first review.
</blockquote>
<p>Code snippets are included for each example for:</p>
<ul>
<li>Class member access on instantiation
<li>Short array syntax
<li>Support for Class::{expr}() syntax
<li>Indirect method call through array
<li>Callable typehint
<li>Traits
<li>Array dereferencing support
</ul>
<p>
He points to <a href="http://php.webtutor.pl/en/2011/09/27/whats-new-in-php-5-4-a-huge-list-of-major-changes/">this other post</a> for a complete list of what's been added in 5.4.
</p>]]></description>
      <pubDate>Mon, 28 Nov 2011 08:10:51 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.4 RC 1 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/17119</guid>
      <link>http://www.phpdeveloper.org/news/17119</link>
      <description><![CDATA[<p>
On the PHP.net site today they've <a href="http://www.php.net/index.php#id2011-11-11-1">announced the release</a> of the latest Release Candidate in the PHP 5.4 series - <a href="http://qa.php.net">PHP 5.4 RC1</a>.
</p>
<blockquote>
The PHP development team is proud to announce the first <a href="http://qa.php.net/">release candidate</a> of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviours. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>. [...] This is the first release candidate. No new features will be included before the final version of PHP 5.4.0. The release candidate phase is intended as a period of bug fixing prior to the stable release.
</blockquote>
<p>
Major changes include class member access on instantiation, array to string conversion now throws a notice and bugs fixes/improvements to Core and other extensions. For a complete list, check out the <a href="http://www.php.net/releases/NEWS_5_4_0_RC1.txt">NEWS file</a>. Download <a href="http://qa.php.net/">this latest release</a. and give it a try on your platform and application (and be sure to "make test" too!) 
</p>]]></description>
      <pubDate>Fri, 11 Nov 2011 10:36:51 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.2.10RC2 and PHP 5.3.0RC3 Release Announcements]]></title>
      <guid>http://www.phpdeveloper.org/news/12683</guid>
      <link>http://www.phpdeveloper.org/news/12683</link>
      <description><![CDATA[<p>
On the main <a href="http://www.php.net">PHP.net site</a> today they've <a href="http://www.php.net/index.php#id2009-06-12-1">posted an announcement</a> about the latest Release Candidates for upcoming PHP versions of PHP 5.2.1 and PHP 5.3.0.
</p>
<blockquote>
The PHP development team is proud to announce the second release candidate of PHP 5.2.10 (PHP 5.2.10RC2) and the third release candidate of PHP 5.3.0 (PHP 5.3.0RC3). These RCs focuses on bug fixes and stability improvements, and we hope only minimal changes are required for the next candidate or final stable releases.
</blockquote>
<p>
Both for maintenance and the only changes that should come out of them are small fixes prior to the stable release of both. You can grab these latest release candidates from <a href="http://qa.php.net/">the PHP.net QA site</a> to test on your own machine. You can also grab the <a href="http://windows.php.net/qa/">Windows binaries here</a>.
</p>]]></description>
      <pubDate>Mon, 15 Jun 2009 07:57:50 -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[Sebastian Bergmann's Blog: RC2 Is The New RC1 (PHPUnit)]]></title>
      <guid>http://www.phpdeveloper.org/news/9028</guid>
      <link>http://www.phpdeveloper.org/news/9028</link>
      <description><![CDATA[<p>
<i>Sebastian Bergmann</i> has <a href="http://sebastian-bergmann.de/archives/717-RC2-Is-The-New-RC1.html">posted about</a> the latest release of the popular unit testing framework for PHP, <a href="http://www.phpunit.de">PHPUnit 3.2</a>.
</p>
<blockquote>
I have just released a second release candidate for <a href="http://www.phpunit.de/">PHPUnit</a> 3.2, the next major version of the <a href="http://en.wikipedia.org/wiki/XUnit">xUnit</a> testing framework for <a href="http://www.php.net/">PHP</a>.
</blockquote>
<p>
According to <a href="http://www.phpunit.de/wiki/ChangeLog">the Changelog</a>, updates in this new Release Candidate include a number of updates to the software metrics that can be run on code (at project, file, function, class and method level), the addition of DbUnit, code coverage improvements, bug fixes to the TestUI test runner and Selenium integration and much more.
</p>]]></description>
      <pubDate>Tue, 13 Nov 2007 10:24:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ilia Alshanetsky's Blog: 5.2.5RC1 Released for Testing]]></title>
      <guid>http://www.phpdeveloper.org/news/8865</guid>
      <link>http://www.phpdeveloper.org/news/8865</link>
      <description><![CDATA[<p>
<i>Ilia Alshanetsky</i> has <a href="http://ilia.ws/archives/185-5.2.5RC1-Released-for-Testing.html">noted that</a> the latest release canidate for the PHP 5.2.x series, PHP 5.2.5RC1, is now <a href="http://downloads.php.net/ilia/php-5.2.5RC1.tar.bz2">available for download</a>.
</p>
<blockquote>
This RC includes a fair number of fixes since our last release and predominantly works on improving the stability of the 5.2 tree as well as including a small number of minor security fixes. I'd like to ask everyone to test this release against your code and setups, we are aiming for a quick release cycle and user feedback is critical for a successful release.
</blockquote>
<p>
You can download this new edition directly <a href="http://downloads.php.net/ilia/php-5.2.5RC1.tar.bz2">from here</a> (no Windows builds yet).
</p>]]></description>
      <pubDate>Thu, 18 Oct 2007 20:07:06 -0500</pubDate>
    </item>
  </channel>
</rss>

