<?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, 21 May 2013 21:22:19 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: What to Expect From PHP 5.5]]></title>
      <guid>http://www.phpdeveloper.org/news/18910</guid>
      <link>http://www.phpdeveloper.org/news/18910</link>
      <description><![CDATA[<p>
On NetTuts.com today there's a new article from <i>Gabriel Manricks</i> looking in to the future of the PHP language at <a href="http://net.tutsplus.com/tutorials/php/what-to-expect-from-php-5-5/">what's slated to be included in PHP 5.5.</a>, the next major release.
</p>
<blockquote>
The first PHP 5.5 alpha has been publicly released. After having some time to test and experiment with it, we can now bring you our in-depth overview of what to look forward for!
</blockquote>
<p>
He walks you through the installation (compiling, not via packages) of this latest release once you've <a href="http://us1.php.net/downloads.php">downloaded it</a>. He then goes down the list of features, some of which are pretty recent additions to the planned release including: generators, lists in foreach, the new password API, cURL updates (SMTP) and a few smaller updates.
</p>]]></description>
      <pubDate>Tue, 18 Dec 2012 11:48:40 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sherif Ramadan: Test Drive PHP 5.5: A Sneak Peek]]></title>
      <guid>http://www.phpdeveloper.org/news/18641</guid>
      <link>http://www.phpdeveloper.org/news/18641</link>
      <description><![CDATA[<p>
<i>Sherif Ramadan</i> has a new post that gets into some good detail about what you can expect in the <a href="http://sheriframadan.com/2012/10/test-drive-php-5-5-a-sneak-peak/">upcoming PHP 5.5 release</a> with loads of new features.
</p>
<blockquote>
There's been some talk about PHP 5.5.0 over the past couple of months even though it is barely on the horizon. The reason for this is that the PHP project has seen some increased levels of activity over the last two years since the dawn of PHP 5.4 and now in to the early twilight phase of PHP 5.5.0-dev. For those of you that haven't been following the internals mailing list I'm about to give you a quick test-drive and sneak-peak at PHP 5.5 using the latest 5.5.0-dev branch (which is still TBD).
</blockquote>
<p>
Obviously, since the actual release of this version has yet to be determined, some of this may change over time. He gets into some of the major advancements and features that will be included like:
</p>
<ul>
<li>the "finally" keyword
<li>list() support in foreach()
<li>the Password Hashing API
<li>generators
<li>a new property accessor syntax
<li>scalar type hints
</ul>
<p>
Code samples are provided in some places to help make a bit more sense out of the example.
</p>]]></description>
      <pubDate>Mon, 22 Oct 2012 12:09:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DZone.com: Writing clean code in PHP 5.4]]></title>
      <guid>http://www.phpdeveloper.org/news/17579</guid>
      <link>http://www.phpdeveloper.org/news/17579</link>
      <description><![CDATA[<p>
With the first stable release of PHP 5.4 not too far off, it's important to understand the new features it offers and how to use them effectively. In <a href="http://css.dzone.com/articles/writing-clean-code-php-54">this new post</a> to DZone.com <i>Giorgio Sironi</i> shows how to "write clean code" with these new features, including a few snippets of code to illustrate.
</p>
<blockquote>
After seven release candidates, it's clear PHP 5.4 is coming: as always the improvements from the previous minor version are many. [...] Let's look at the new features and score them on two metrics: usefulness, and potential for abuse. I'll try to avoid discussing non-language related matters.
</blockquote>
<p>
He starts by pointing out some of the "gotchas" that can happen with traits (like errors thrown when more than one method is named the same and that they are a separate hierarchy), the short syntax and dereferencing support for arrays, closure binding, upload progress and more. For each of them he gives two measurements - the usefulness of the feature and the potential for abuse.
</p>]]></description>
      <pubDate>Thu, 23 Feb 2012 12:08:18 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: PHP 5.4 Features: Shall you Upgrade to the newer PHP Version?]]></title>
      <guid>http://www.phpdeveloper.org/news/17471</guid>
      <link>http://www.phpdeveloper.org/news/17471</link>
      <description><![CDATA[<p>
Over on the PHPClasses.org blog today there's <a href="http://www.phpclasses.org/blog/post/173-PHP-54-Features-Shall-you-Upgrade-to-the-newer-PHP-Version.html">a new post</a> looking at the next major upcoming PHP version (5.4), what it comes with and why you might want to make the upgrade.
</p>
<blockquote>
PHP 5.4.0 is planned to be released on February, 2 2012. By the time you are reading this, it may already been out. It is a result of many months of development. Many features were proposed for this release. Some made into this version, others did not make it at least for now. So, now you may be wondering which interesting features really made it. Let me tell you more about some of the more interesting features present in this release.
</blockquote>
<p>
The article mentions some of the usual major features that can be found in just about every "in PHP 5.4" list - traits, the built-in web server, binary notation for integers - but it also includes some of the features that didn't make the cut this time (like annotations and the inclusion of the APC caching extension). Also included are questions to ask to see if the upgrade is for you like:
</p>
<ul>
<li>Do you need the new features?
<li>Do you need the updates now?
<li>Try it and test it in dev first - does it meet your needs or cause other bugs?
</ul>
<p>
The planned release for PHP 5.4 is during the first week of February (2012). Additionally, if you'd like to give the PHP development group some help testing out the latest Release Candidate, you can <a href="https://plus.google.com/113232754375212792615/posts/23fFbtNobsw">find instructions here</a>.
</p>]]></description>
      <pubDate>Tue, 31 Jan 2012 10:05:03 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[KingFoo Blog: PHP 5.4 - What's new?]]></title>
      <guid>http://www.phpdeveloper.org/news/17437</guid>
      <link>http://www.phpdeveloper.org/news/17437</link>
      <description><![CDATA[<p>
On the KingFoo blog today there's an excellent look at everything new <a href="http://www.king-foo.be/2012/01/php-5-4-whats-new/">coming up in PHP 5.4</a>, the next version of PHP set to be released in early February.
</p>
<blockquote>
PHP 5.4 will be stable soon.
In this post I'll try to give you an overview and examples of the new PHP 5.4 features. If you want to try out PHP 5.4 (which is currently in RC3), it has to be installed first. I suggest that you try this out on a virtual machine so you don't break your current PHP version.
</blockquote>
<p>Improvements on the list include:</p>
<ul>
<li>Improved Session Extension
<li>Built-in webserver
<li>Traits
<li>Array dereferencing
<li>Method calls through arrays
<li>Binary notation for integers
<li>Instantiate a class without running constructor
<li>Improved JSON extension
<li>Improved CURL extension
</ul>
<p>
And this is just a start - they detail each of the improvements and provide code where needed to illustrate the update. They also link over to the PHP.net manual (or PHP bug tracker) for more information on the new feature/change.
</p>]]></description>
      <pubDate>Tue, 24 Jan 2012 08:50:42 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Mayflower Blog: Traits in PHP 5.4]]></title>
      <guid>http://www.phpdeveloper.org/news/16681</guid>
      <link>http://www.phpdeveloper.org/news/16681</link>
      <description><![CDATA[<p>
On the Mayflower blog there's a new post looking at the <a href="http://blog.mayflower.de/archives/731-Traits-in-PHP-5.4.html">upcoming traits support</a> PHP 5.4 will have to offer. (Note: original post in German)
</p>
<blockquote>
PHP 5 was a big step in the right direction and today resembles the object-orientation of Java very much. At the end of June 2011 one more step was made, not based on Java, but from another popular language - Scala. The new language feature called Traits allow class and cross-code reuse with no vertical transmission. It is basically a relatively simple mechanism, which is explained below using a simple example.
</blockquote>
<p>
Their examples are a "before" and "after" of the same functionality - creating a controller that can respond with a JSON message. The first example shows a simple controller that can respond in JSON, a JSON class that can work with HTTP and a User class that implements the Serializable interface on the JSON namespace. The second example redefines the Serializable interface as a trait that can be used inside the User class rather than inherited by it.
</p>
<p>
There's also a brief look at using multiple traits in one class and what to do about naming conflicts that might pop up and the prioritization method that's been put in place to help.
</p>]]></description>
      <pubDate>Fri, 05 Aug 2011 11:07:08 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: Lately in PHP Podcast Episode 12 - Is PHP 5.4 really coming soon?]]></title>
      <guid>http://www.phpdeveloper.org/news/16412</guid>
      <link>http://www.phpdeveloper.org/news/16412</link>
      <description><![CDATA[<p>
PHPClasses.org has posted their latest episode of their "Lately in PHP" podcast series, <a href="http://www.phpclasses.org/blog/post/148-Is-PHP-54-really-coming-soon--Lately-in-PHP-podcast-episode-12.html">Is PHP 5.4 really coming soon?</a>
</p>
<blockquote>
On the episode 12 of the Lately in PHP podcast, Manuel Lemos and Ernani Joppert discuss the latest developments and what is still stalling the progress of the developments needed to make PHP 5.4 happen.
</blockquote>
<p>
They also have a bit of discussion about which browser is better for development - Chrome or Firefox (and the places Chrome might be lacking). You can listen to this latest episode either through the <a href="http://www.phpclasses.org/blog/post/148-Is-PHP-54-really-coming-soon--Lately-in-PHP-podcast-episode-12.html">in-page player</a> or by <a href="http://www.phpclasses.org/blog/post/148/file/59/name/Lately-In-PHP-12.mp3">downloading the mp3</a> to listen at your convenience.
</p>]]></description>
      <pubDate>Wed, 01 Jun 2011 10:54:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Smashing Magazine: Upcoming Web Design and Development Conferences in 2010]]></title>
      <guid>http://www.phpdeveloper.org/news/15109</guid>
      <link>http://www.phpdeveloper.org/news/15109</link>
      <description><![CDATA[<p>
If you're looking to take that next step in expanding your development/design knowledge outside of your local area, you might consider attending one of the many conferences out there on a wide range of topics. Finding them may not be the easiest thing, though, so Smashing Magazine has posted <a href="http://www.smashingmagazine.com/2010/09/09/upcoming-web-design-and-development-conferences-in-2010/">this huge list</a> of conferences yet to come in 2010.
</p>
<blockquote>
Using the contents of <a href="http://www.smashingmagazine.com/2009/10/21/web-conferences-roundup-events-from-around-the-globe/">[last year's] list</a> along with some other sources, we've compiled a list of web design and development-related conferences and events that will be taking place in the next six to eight months. As always, there is no way for us to be able to include every possible event here, but we'll be glad to update the list if you provide a comment to an upcoming event that you feel would be of interest to graphic designers or web developers.
</blockquote>
<p>
The list is huge but they have it broken up into monthly chunks to make it a bit easier to digest with events like:
</p>
<ul>
<li><a href="http://www.aneventapart.com/2010/dc/">An Event Apart D.C.</a>
<li><a href="http://usa10.webdirections.org/">Web Directions USA</a>
<li><a href="http://www.blackberrydevcon.com/">Blackberry Developer Conference</a>
<li><a href="http://futureofwebapps.com/london-2010/">Future of Web Apps</a>
<li><a href="http://phpconference.com/">International PHP Conference</a>
<li><a href="http://front-trends.com/">Front-Trends Conference</a>
<li><a href="http://brooklynbeta.org/">Brooklyn Beta</a>
</ul>]]></description>
      <pubDate>Fri, 10 Sep 2010 10:18:48 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Justin Tadlock's Blog: Looking forward to WordPress 3.0]]></title>
      <guid>http://www.phpdeveloper.org/news/14249</guid>
      <link>http://www.phpdeveloper.org/news/14249</link>
      <description><![CDATA[<p>
In a recent post <i>Justin Tadlock</i> takes a look ahead and talks about the <a href="http://justintadlock.com/archives/2010/03/24/looking-forward-to-wordpress-3-0">upcoming WordPress 3.0 version</a> and some of what will come with it.
</p>
<blockquote>
There's typically a ton of hype surrounding new WordPress releases, and WordPress 3.0 certainly won't be short of people singing its praises. This upcoming release might even have more hype than usual because the sheer number of new features will be overwhelming. When WordPress 3.0 is released, it'll mark the release of several things I've been waiting for in the last couple of years. It'll be at a point where it can be molded to create any type of website.
</blockquote>
<p>
He talks about what things will make this release stand out from some of the ones in the past and what features with come with it including custom post types, improved navigation menu features, built-in shortlinks, custom headers/backgrounds and and more standardized comment form.
</p>
<blockquote>
If I were to dub this release anything it'd be WordPress: Custom.
</blockquote>]]></description>
      <pubDate>Thu, 25 Mar 2010 13:22:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: Upcoming PHP 5.3 features and beyond]]></title>
      <guid>http://www.phpdeveloper.org/news/12414</guid>
      <link>http://www.phpdeveloper.org/news/12414</link>
      <description><![CDATA[<p>
<a href="http://www.phpclasses.org/blog/post/94-Upcoming-PHP-53-features-and-beyond.html">This new post</a> to the PHPClasses.org blog take a look at some of the new features that will be included in the PHP 5.3 release (coming soon to a web server near you!) by way of an interview with <i>Lukas Smith</i>.
</p>
<blockquote>
his article presents an interview with core PHP developer Lukas Kahwe Smith that has pushed many of the new features of PHP 5.3 as release manager. Lukas talks about PHP 5.3 new features such as lambda functions, closures and PHAR support. He also explains what are traits, which for now it is a feature that was left out of PHP 5.3. He also talks about future PHP 5.x and PHP 6, as well how anybody can help in the development of PHP to make it come out faster. 
</blockquote>
<p>
They talk about the PHP.net wiki, briefly touch on the PHP 5.3 feature updates, performance/memory usage in the new version, Lambda functions, closures and PHAR and what's to come with PHP 6.
</p>]]></description>
      <pubDate>Tue, 28 Apr 2009 07:56:34 -0500</pubDate>
    </item>
  </channel>
</rss>
