<?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, 17 May 2012 04:22:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPClasses.org: Lately in PHP podcast episode 14 - PHP 5.4 Alpha Features]]></title>
      <guid>http://www.phpdeveloper.org/news/16657</guid>
      <link>http://www.phpdeveloper.org/news/16657</link>
      <description><![CDATA[<p>
On the PHPClasses.org blog today they've released the <a href="http://www.phpclasses.org/blog/post/154-PHP-54-Alpha-Features--Lately-in-PHP-podcast-episode-14.html">latest episode</a> of their "Lately in PHP" podcast hosted by <i>Manuel Lemos</i> and <i>Ernani Joppert</i>. In this new episode they talk about some of the features to be included in PHP 5.4.
</p>
<blockquote>
PHP 5.4 Alpha versions just started to be released. On episode 14 of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert discuss the purpose and interest of the new PHP 5.4 features already implemented in these alpha releases. They also discuss the repercussion in the PHP community of the plan to deprecate the original PHP MySQL extension.
</blockquote>
<p>
You can either listen via the <a href="http://www.phpclasses.org/blog/post/154-PHP-54-Alpha-Features--Lately-in-PHP-podcast-episode-14.html">in-page player</a>, by <a href="http://www.phpclasses.org/blog/post/154/file/68/name/Lately-In-PHP-14.mp3">downloading the mp3</a> or by <a href="http://www.phpclasses.org/blog/category/podcast/post/latest.rss">subscribing to their feed</a>.
</p>]]></description>
      <pubDate>Mon, 01 Aug 2011 08:43:11 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Nils Luxton's Blog: Installing PHP 5.4.0alpha1 into Wampserver]]></title>
      <guid>http://www.phpdeveloper.org/news/16552</guid>
      <link>http://www.phpdeveloper.org/news/16552</link>
      <description><![CDATA[<p>
<i>Nils Luxton</i> has <a href="http://asciisoup.wordpress.com/2011/07/03/installing-php-5-4-0alpha1-into-wampserver/">written up a guide</a> you can follow to get the latest (non-production) release of PHP - v5.4.0alpha1 - up and running on your machine in your <a href="http://www.wampserver.com/en/">WampServer</a> instance.
</p>
<blockquote>
I wanted to do exactly that, and at work we use WampServer so we can easily switch between PHP versions (and it also makes enabling/disabling extensions and options very easy - if you develop on Windows, <a href="http://www.wampserver.com/en/">check it out</a>). Assuming you have WampServer installed, it is fairly trivial to manually install new versions of the AMP trifecta.
</blockquote>
<p>
There's a few things you'll need to download to get things up and running (besides the new PHP version) but the rest of the guide is simple configuration and startup. If all goes well, you should be running the alpha in less than ten minutes.
</p>]]></description>
      <pubDate>Tue, 05 Jul 2011 10:12:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bradley Holt's Blog: Testing PHP 5.4]]></title>
      <guid>http://www.phpdeveloper.org/news/16548</guid>
      <link>http://www.phpdeveloper.org/news/16548</link>
      <description><![CDATA[<p>
<i>Bradley Holt</i> has a new post to his blog today talking about the experience he's had with <a href="http://bradley-holt.com/2011/07/testing-php-5-4/">testing the PHP 5.4 alpha1 release</a>, just posted from the PHP development group.
</p>
<blockquote>
<a href="http://toys.lerdorf.com/">Rasmus Lerdorf</a> today posted <a href="http://codepad.org/SXfRlJ0w">instructions for testing the upcoming PHP 5.4 release</a>. Running the PHP tests and submitting the associated report will help the PHP team get PHP 5.4 ready faster as it gives them reports of failed tests from a variety of platforms. I just did this today for the first time and can tell you that it is very easy. Following are the steps that Rasmus outlined, in a bit more detail.
</blockquote>
<p>
He lists a few things you'll need before you get started and where to grab this latest code from. He describes the make/make test process and what you might see if one of the tests fail. You can find the results of the failed test submissions <a href="http://qa.php.net/reports/">on the Test Reports page</a>.
</p>]]></description>
      <pubDate>Mon, 04 Jul 2011 15:26:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Gonzalo Ayuso's Blog: New features in PHP5.4 alpha1]]></title>
      <guid>http://www.phpdeveloper.org/news/16547</guid>
      <link>http://www.phpdeveloper.org/news/16547</link>
      <description><![CDATA[<p>
In a new post <i>Gonzalo Ayuso</i> talks about some of the <a href="http://gonzalo123.wordpress.com/2011/07/04/new-features-in-php5-4-alpha1/">new features</a> in the recently released PHP 5.4 alpha, including some code examples.
</p>
<blockquote>
We already have the php5.4 alpha ready for testing. This new release has a few features that I really like. The lack of those features gave me problems in the past. Because of that, I'm very excited waiting for the new stable release of PHP 5.4.
</blockquote>
<p>
There's <a href="http://www.php.net/releases/NEWS_5_4_0_alpha1.txt">several features included in the release</a>, but he spotlights some of the major ones - support for array dereferencing, indirect method calls through arrays, reintroduction of using "$this" in closures and <a href="http://simas.posterous.com/new-to-php-54-traits">traits support</a>.
</p>]]></description>
      <pubDate>Mon, 04 Jul 2011 14:36:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP 5.4 alpha1 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/16533</guid>
      <link>http://www.phpdeveloper.org/news/16533</link>
      <description><![CDATA[<p>
On the PHP.net site today there's <a href="http://www.php.net/index.php#id2011-06-28-1">an announcement</a> about the release of the PHP 5.4 alpha1, the first version of the upcoming 5.4 release.
</p>
<blockquote>
The PHP development team is proud to announce the first PHP 5.4 <a href="http://qa.php.net/">alpha release</a>. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors. Read the <a href="http://www.php.net/releases/NEWS_5_4_0_alpha1.txt">NEWS</a> file for a complete list of changes. [...] This alpha release exists to encourage users to identify bugs, and to ensure that all new features and backward compatibility breaks are evaluated and documented before PHP 5.4.0 is released. Please report findings to the <a href="php-qa@lists.php.net">QA mailing list</a> and/or the <a href="https://bugs.php.net/">PHP bug tracker</a>. Windows binaries can be downloaded from the <a href="http://windows.php.net/qa/">Windows QA site</a>.
</blockquote>
<p>
They remind the development community that this is an alpha release and is not meant to be used in production. Changes in this release include traits, array dereferencing, DTrace support, the removal of several ini options and a few session-related functions.
</p>]]></description>
      <pubDate>Wed, 29 Jun 2011 09:10:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP-Dev Mailing List - PHP 5.4 alpha]]></title>
      <guid>http://www.phpdeveloper.org/news/15382</guid>
      <link>http://www.phpdeveloper.org/news/15382</link>
      <description><![CDATA[<p>
As is mentioned in <a href="http://thread.gmane.org/gmane.comp.php.devel/62998">this message</a> to the php-dev mailing list from <i>Derick Rethans</i>, there's a desire to start on the next alpha release version for PHP - the 5.4.x series.
</p>
<blockquote>
We're a bit further along now; and with the typehinting resolved 
(<a href="http://thread.gmane.org/gmane.comp.php.devel/62298/focus=62858">http://thread.gmane.org/gmane.comp.php.devel/62298/focus=62858</a>) I want 
to start started with PHP 5.4 with the first alpha on Wednesday, 
November 24th. There are a few things that need sorting 
out and/or clarification: Annotations, Lemon rewrite, APC in trunk.
</blockquote>
<p>
Keep in mind that this is only the very start of the process, so depending on any bumps along the way, PHP 5.4 may still be a bit out. Check the <a href="http://php.net">main PHP site</a> for updates on betas and final releases as they become available.
</p>]]></description>
      <pubDate>Thu, 04 Nov 2010 09:03:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Jones' Blog: PHP OCI8 1.4.0 Alpha is now available]]></title>
      <guid>http://www.phpdeveloper.org/news/13349</guid>
      <link>http://www.phpdeveloper.org/news/13349</link>
      <description><![CDATA[<p>
<i>Chris Jones</i> has <a href="http://blogs.oracle.com/opal/2009/10/php_oci8_140_alpha_is_now_avai.html">officially launched</a> the latest OCI8 (Oracle) drivers for PHP - version 1.4.0 Alpha:
</p>
<blockquote>
I just released an Alpha version of PECL OCI8 1.4 on <a href="http://pecl.php.net/package/oci8">http://pecl.php.net/package/oci8</a> The code is also merged to what will eventually be the PHP 5.3.2 and PHP 6.0 releases. Documentation will appear on <a href="http://www.php.net/manual/en/ref.oci8.php">http://www.php.net/manual/en/ref.oci8.php</a> in the next few days, if all goes according to plan.
</blockquote>
<p>
Updates in this <a href="http://pecl.php.net/package/oci8">alpha release</a> include a few new connection attribute functions, a change in the driver name for 11gRD2 connections and a correction of a bug in the <a href="http://php.net/oci_bind_by_name">oci_bind_by_name</a> error handling.
</p>]]></description>
      <pubDate>Wed, 07 Oct 2009 09:01:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Elizabeth Smith's Blog: Cairo Alpha Released]]></title>
      <guid>http://www.phpdeveloper.org/news/12844</guid>
      <link>http://www.phpdeveloper.org/news/12844</link>
      <description><![CDATA[<p>
<i>Elizabeth Smith</i> has <a href="http://elizabethmariesmith.com/2009/07/cairo-alpha-released/">posted about the latest release</a> of a PHP extension she's been working hard on - the Cairo 2D graphics extension.
</p>
<blockquote>
The first alpha of the PECL <A href="http://pecl.php.net/package/cairo">Cairo extension</a> I've been working on is finally out. Cairo is a 2D graphics library written in C with support for multiple output devices. The extension provides an Object Oriented API, but also includes procedural methods. This is similar to PHP's date and mysqli extensions
</blockquote>
<p>
The extension (for PHP 5.2.x and 5.3.x versions) requires the <a href="http://cairographics.org/">CairoGraphics library</a> to work but it allows you to create some great graphics and output them in a number of ways (like PDF, SVG and PostScript). The extension is still in the alpha stages because the API isn't quite complete, but you can still <a href="http://pecl.php.net/package/cairo">download this version</a> if you'd like to give it a shot.
</p>]]></description>
      <pubDate>Fri, 10 Jul 2009 07:51:03 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: back Is your chosen PHP framework on the PHP primary tester mailinglist?]]></title>
      <guid>http://www.phpdeveloper.org/news/11918</guid>
      <link>http://www.phpdeveloper.org/news/11918</link>
      <description><![CDATA[<p>
<i>Lukas Smith</i> <a href="http://pooteeweet.org/blog/0/1439">asks developers a question</a> in his latest blog post: "Is your chosen framework on the PHP primary tester mailing list?"
</p> 
<blockquote>
This is a question you should be asking the developers of the framework you are using. Same of course goes for any PHP application you care about. [...] We announce all PHP releases on this list (actually until now we have only announced RC's, but we are <a href="http://www.php.net/reST/php-src/README.RELEASE_PROCESS">expanding</a> this to also cover alpha and beta releases).
</blockquote>
<p>
He suggests that subscribing to this list simplifies the process of keeping up with the latest releases of PHP and gives them a chance to <a href="http://bugs.php.net/">report back</a> with any issues they might find with them. 
</p>
<blockquote>
Every release runs the risk of BC breaks, intentional or not. Projects that want to make life easy for their users participate actively in the process of testing PHP releases. It makes the life of the PHP developers a lot easier .. and who doesn't want to make their life's easier?
</blockquote>]]></description>
      <pubDate>Tue, 10 Feb 2009 07:54:52 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Solar Blog: Solar System for 1.0.0alpha2]]></title>
      <guid>http://www.phpdeveloper.org/news/11057</guid>
      <link>http://www.phpdeveloper.org/news/11057</link>
      <description><![CDATA[<p>
The Solar Blog has <a href="http://solarphp.com/blog/read/7-solar-system-for-100alpha2">linked to</a> the latest download for the complete Solar system with no subversion connection needed:
</p>
<blockquote>
As of late last night, you can now download (no SVN required) a tarball of a fully-operational Solar system with the 1.0.0alpha2 code in place: <a href="http://svn.solarphp.com/system/download/solar-system-1.0.0alpha2.tgz">http://svn.solarphp.com/system/download/solar-system-1.0.0alpha2.tgz</a>.
</blockquote>
<p>
The three-step install instructions are also included - check out <A href="http://solarphp.com/project/download#quick-start">the download page</a> for a quickstart guide on using this new code.
</p>]]></description>
      <pubDate>Mon, 22 Sep 2008 12:03:03 -0500</pubDate>
    </item>
  </channel>
</rss>

