<?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>Fri, 24 May 2013 15:42:17 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP.net: PHP 5.4.14 and PHP 5.3.24 released!]]></title>
      <guid>http://www.phpdeveloper.org/news/19445</guid>
      <link>http://www.phpdeveloper.org/news/19445</link>
      <description><![CDATA[<p>
As is mentioned on the main PHP.net site today <a href="http://php.net/index.php#id2013-04-11-1">PHP 5.4.14 and 5.3.24 have been released</a>:
</p>
<blockquote>
The PHP development team announces the immediate availability of PHP 5.4.14 and PHP 5.3.24. These releases fix about 10 bugs aswell as upgrading the bundled PCRE library. All users of PHP are encouraged to upgrade to PHP 5.4.14.
</blockquote>
<p>
Users are encouraged to update to this latest release. You can find the latest version either on the <a href="http://php.net/downloads.php">downloads page</a> (source) or <a href="http://windows.php.net/download/">the Windows site</a> (binaries). If you're curious what all changed in this release, check out <a href="http://php.net/ChangeLog-5.php">the Changelog</a>.
</p>
Link: http://php.net/archive/2013.php#id2013-04-11-1]]></description>
      <pubDate>Thu, 11 Apr 2013 09:07:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Jones: Aura: First 1.0.0 Stable Library Releases!]]></title>
      <guid>http://www.phpdeveloper.org/news/18825</guid>
      <link>http://www.phpdeveloper.org/news/18825</link>
      <description><![CDATA[<p>
As <i>Paul Jones</i> mentions in <a href="http://paul-m-jones.com/archives/2976">this new post</a> to his site, the <a href="http://auraphp.github.com/">Aura Framework</a> project has just released it's 1.0 stable version of all of its packages. The Aura project provides independent library packages for PHP 5.4+. These packages can be used alone, in concert with each other, or combined into a full-stack framework of their own.
</p>
<blockquote>
The Aura Project for PHP 5.4 is happy to announce its first release of 1.0.0 stable library packages. [...] In addition, we have initial beta releases of four new libarary packages. [...] While the above packages are completely independent of each other, Aura also has a <a href="https://github.com/auraphp/Aura.Framework">Framework</a> package that binds them all together. 
</blockquote>
<p>
Packages included in the v1.0 of the framework include <a href="https://github.com/auraphp/Aura.Cli">Aura.Cli</a>, <a href="https://github.com/auraphp/Aura.Http">Aura.Http</a> and <a href="https://github.com/auraphp/Aura.Signal">Aura.Signal</a>. Beta packages are things like <a href="https://github.com/auraphp/Aura.Filter">Aura.Filter</a> and <a href="https://github.com/auraphp/Aura.Intl">Aura.Intl</a>.
</p>
<p>
You can find out more about the project from <a href="http://auraphp.github.com/">its site over on github</a>.
</p>]]></description>
      <pubDate>Fri, 30 Nov 2012 10:34:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Zend Framework 2.0.0 STABLE Released!]]></title>
      <guid>http://www.phpdeveloper.org/news/18450</guid>
      <link>http://www.phpdeveloper.org/news/18450</link>
      <description><![CDATA[<p>
The Zend Framework is proud to announce the <a href="http://framework.zend.com/blog/zend-framework-2-0-0-stable-released.html">first stable release</a> of the long awaited Zend Framework v2 codebase!
</p>
<blockquote>
<p>
The Zend Framework community is pleased to announce the immediate availability of Zend Framework 2.0.0 STABLE! [...] Zend Framework 2 has been years in the making. Version 1.0.0 was released in July 2007 -- over 5 years ago! Since then, we've incrementally added features, building on the solid base we'd created.
</p>
<p>
[...] It's not perfect. No software project is. But I think it's qualitatively better. We finally achieved a dream that was conceived in the 0.X days of Zend Framework, to be able to create and consume standalone modules of MVC code. 
</p>
</blockquote>
<p>
They mention the work of a few different individuals and some of the newer pieces of functionality in this version like the <a href="http://framework.zend.com/manual/2.0/en/modules/zend.module-manager.intro.html">ModuleManager</a> and the <a href="http://framework.zend.com/manual/2.0/en/modules/zend.di.introduction.html">dependency injection container</a>, ZendDi. They already have three things posted to help you get started with this latest release: <a href="http://framework.zend.com/downloads/latest">the latest download</a>, a <a href="http://framework.zend.com/downloads/skeleton-app">skeleton application</a> and the ability to <a href="http://framework.zend.com/downloads/phpcloud">try out ZF2 on phpcloud</a>.
</p>]]></description>
      <pubDate>Thu, 06 Sep 2012 08:37:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mayflower Blog: PHP_CodeBrowser goes stable]]></title>
      <guid>http://www.phpdeveloper.org/news/15582</guid>
      <link>http://www.phpdeveloper.org/news/15582</link>
      <description><![CDATA[<p>
According to <a href="http://blog.mayflower.de/archives/626-PHP_CodeBrowser-goes-stable.html">this new post</a> on the Mayflower blog, the <a href="https://github.com/mayflowergmbh/PHP_CodeBrowser">PHP_CodeBrowser</a> PEAR package has finally reached a stable state.
</p>
<blockquote>
We already <a href="http://github.com/mayflowergmbh/PHP_CodeBrowser">wrote about CodeBrowser 0.9 in August</a> and after fixing a few minor bugs the <a href="http://opensource.mayflower.de/">Mayflower Open Source Labs Team</a> is very happy to present PHP_CodeBrowser 1.0.0.
</blockquote>
<p>
The PHP_CodeBrowser package allows quality assurance tools (like <a href="http://phpunit.de">PHPUnit</a>) to create enhanced output including syntax highlighting and colored error sections. It comes with some basic template, CSS, Javascript and image files as well as a plugin system to allow for custom handling of certain error types. You can install it from the pear.phpunit.de PEAR channel or you can check out the <a href="https://github.com/mayflowergmbh/PHP_CodeBrowser">source on github</a>.
</p>]]></description>
      <pubDate>Wed, 15 Dec 2010 10:54:22 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Phil Sturgeon's Blog: CodeIgniter 2.0 is stable (enough)]]></title>
      <guid>http://www.phpdeveloper.org/news/15303</guid>
      <link>http://www.phpdeveloper.org/news/15303</link>
      <description><![CDATA[<p>
According to <a href="http://philsturgeon.co.uk/news/2010/10/codeigniter-2.0-is-stable">this post</a> on <i>Phil Sturgeon</i>'s blog (and the <a href="http://www.ellislab.com">EllisLab</a> folks) the current version of CodeIgniter 2.0 living in their <a href="http://codeigniter.com/news/ellislab_moves_to_mercurial_assembla_bitbucket_codeigniter_2.0_baking/">Bitbucket repository</a> is stable and has been for a while - despite some major changes.
</p>
<blockquote>
CodeIgniter 2.0 is a major release, which means this has been a perfect chance for EllisLab to make major changes that effect compatibility. One example of a major change is that our Models now need to extend CI_Model instead of Model. That is an acceptable change for a major release, but think of the outcry if that was done after EllisLab had tagged v2.0.
</blockquote>
<p>
He talks mentions the bugs currently in the tracker (quite a few) and how, despite those, the framework is still in a good, stable state. He also notes that EllisLab has to maintain both ExpressionEngine and MojoMotor on top of the framework so smaller patches and related functionality has just stemmed from that.
</p>
<blockquote>
My advice to you, download the latest copy and have a play. If your application worked in v1.7.2 it will work in v2.0 and <a href="http://philsturgeon.co.uk/news/2010/05/upgrading-to-codeigniter-2.0">the upgrade</a> is pretty simple.
</blockquote>]]></description>
      <pubDate>Tue, 19 Oct 2010 11:03:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NerdMom Blog: Kohana 3 & CodeIgniter 2]]></title>
      <guid>http://www.phpdeveloper.org/news/15045</guid>
      <link>http://www.phpdeveloper.org/news/15045</link>
      <description><![CDATA[<p>
On the NerdMom blog there's a <a href="http://nerdmom.wordpress.com/">recent post</a> from <i>Jen</i> about her experiences in developing in both the <a href="http://codeigniter.com">CodeIgniter 2</a> framework and <a href="http://www.kohanaphp.com">Kohana 3</a> frameworks (upcoming versions of both).
</p>
<blockquote>
For the last month or so I've been developing an app side-by-side with Kohana 3 and CodeIgniter 2 to see which framework fits my programming style better. Nothing terribly fancy; just a simple CMS. [...] In the end it comes down to framework stability for me. And in this case, CI wins, hands down. Don't get me wrong; Kohana is beautifully written and introduced me to a prime example of clean, well commented code.
</blockquote>
<p>
She talks about some of what she was needing out of a framework and what ultimately lead her to pick CodeIgniter 2 as the tool for her and her development. She notes that, while Kohana is nicely written, they've had some consistency issues with backwards compatibility that have caused issues. She also mentions some of the unstable code that was added just to micro-optimize things when it wasn't needed.
</p>]]></description>
      <pubDate>Mon, 30 Aug 2010 14:46:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Solar Blog: Solar 1.0.0 Stable Released]]></title>
      <guid>http://www.phpdeveloper.org/news/14182</guid>
      <link>http://www.phpdeveloper.org/news/14182</link>
      <description><![CDATA[<p>
As mentioned on <a href="http://solarphp.com/blog/read/66-solar-100-stable-released">Solar blog</a> and a few <a href="http://www.phparch.com/2010/03/12/solar-1-0-0-stable-released">other</a> <a href="http://developers.slashdot.org/story/10/03/11/2147212/SolarPHP-10-Released">places</a> on the web, the stable 1.0.0 version of the <a href="http://solarphp.com">Solar PHP framework</a> has been released, marking a significant milestone in the framework's development.
</p>
<blockquote>
Yesterday, I announced the release of the 1.0.0 stable version of the <A href="http://solarphp.com/">Solar Framework for PHP</a> on our mailing list. (I tagged the release four days ago on Monday, but wanted to time the announcement to go along with my <a href="http://joind.in/1350">Solar presentation</a> at <a href="http://confoo.ca/">ConFoo</a>.)
</blockquote>
<p>
The Changelog for the release can be <a href="http://svn.solarphp.com/core/tags/release-1.0.0/info/notes">found here</a> and some of the latest updates include improved CSRF features, named actions and optimized queries. 
</p>
<blockquote>
This stable release is the culmination of about five years of development effort, with important contributions from several others in the PHP community. My many thanks to everyone who helped make this release, and all the previous releases, better than I could have made it on my own.
</blockquote>]]></description>
      <pubDate>Mon, 15 Mar 2010 10:04:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Thomas' Blog: Solar Framework Shorts  - The Road to Solar 1.0]]></title>
      <guid>http://www.phpdeveloper.org/news/13980</guid>
      <link>http://www.phpdeveloper.org/news/13980</link>
      <description><![CDATA[<p>
In another of his "Solar Shorts" <i>Richard Thomas</i> talks about <a href="http://www.phpjack.com/content/solar-framework-shorts-road-solar-10">the road to Solar 1.0</a> as broken down into three points that will lead up to the framework's 1.0 release.
</p>
<blockquote>
If you haven't taken a look at the Solar Framework in the past now is the time to do so as the three biggest complaints about Solar are on the road to be resolved.
</blockquote>
<p>
Some of the things that might have made you skip over the framework in the past are being worked on right now:
</p>
<ul>
<li>Solar has been in perpetual alpha/beta forever..
<li>Documentation, all the cool Frameworks have cool docs.
<li>Examples, sometimes the easiest way to learn is to study a working application
</ul>
<p>
For more information about the Solar framework, head over to <a href="http://solarphp.com">SolarPHP.com</a> and grab the latest copy.
</p>]]></description>
      <pubDate>Mon, 08 Feb 2010 08:37:23 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Andrei Zmievski's Blog: pecl/memcached turns 1]]></title>
      <guid>http://www.phpdeveloper.org/news/12829</guid>
      <link>http://www.phpdeveloper.org/news/12829</link>
      <description><![CDATA[<p>
<i>Andrei Zmievski</i> has <a href="http://gravitonic.com/2009/07/peclmemcached-turns-1">announced the release</a> of the first stable version (1.0.0) of the <a href="http://pecl.php.net/package/memcached">memcached extension</a> for PHP.
</p>
<blockquote>
It's been stable for a while actually, but some people were hesitant to use it in production while it still had the beta designation. Well, no more, go forth and use it.
</blockquote>
<p>
Future plans include the addition of memcached_dump and auto-ejection support. The memcached extension is a PHP library that allows your application to interface directly with a <a href="http://www.danga.com/memcached/">memcached</a> server. Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
</p>]]></description>
      <pubDate>Wed, 08 Jul 2009 09:14:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Knut Urdalen's Blog: Yii Framework 1.0 released!]]></title>
      <guid>http://www.phpdeveloper.org/news/11515</guid>
      <link>http://www.phpdeveloper.org/news/11515</link>
      <description><![CDATA[<p>
<i>Knut Urdalen</i> has <a href="http://www.urdalen.com/blog/?p=304">passed along</a> the announcement about the 1.0 release of the <a href="http://www.yiiframework.com/">Yii framework</a> for PHP being released (by <i>Qiang Xue</i>).
</p>
<blockquote>
The Yii Framework builds upon learnings and findings from over 5 years of development of PRADO. If you already know PRADO you'll get the hold of Yii quite fast. The framework is already documented quite well in <A href="http://www.yiiframework.com/doc/guide/">The Definitive Guide to Yii</a> (a good place to start for beginners), in addition to <A href="http://www.yiiframework.com/doc/api/">complete class reference</a> and an <A href="http://www.yiiframework.com/forum/">active forum</a> where you can meet other developers.
</blockquote>
<p>
There is also an <a href="http://www.yiiframework.com/extensions/">extension repository</a> and a few <a href="http://www.yiiframework.com/performance/">benchmarks</a> to help you compare it to some of the other popular frameworks out there.
</p>]]></description>
      <pubDate>Fri, 05 Dec 2008 11:17:09 -0600</pubDate>
    </item>
  </channel>
</rss>
