News Feed
Jobs Feed
Sections




News Archive
feed this:

PHP.net:
PHP 5.4.14 and PHP 5.3.24 released!
April 11, 2013 @ 09:07:21

As is mentioned on the main PHP.net site today PHP 5.4.14 and 5.3.24 have been released:

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.

Users are encouraged to update to this latest release. You can find the latest version either on the downloads page (source) or the Windows site (binaries). If you're curious what all changed in this release, check out the Changelog.

0 comments voice your opinion now!
language release stable bugfix pcre library update

Link: http://php.net/archive/2013.php#id2013-04-11-1

Paul Jones:
Aura First 1.0.0 Stable Library Releases!
November 30, 2012 @ 10:34:11

As Paul Jones mentions in this new post to his site, the Aura Framework 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.

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 Framework package that binds them all together.

Packages included in the v1.0 of the framework include Aura.Cli, Aura.Http and Aura.Signal. Beta packages are things like Aura.Filter and Aura.Intl.

You can find out more about the project from its site over on github.

0 comments voice your opinion now!
aura framework project release stable packages


Community News:
Zend Framework 2.0.0 STABLE Released!
September 06, 2012 @ 08:37:36

The Zend Framework is proud to announce the first stable release of the long awaited Zend Framework v2 codebase!

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.

[...] 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.

They mention the work of a few different individuals and some of the newer pieces of functionality in this version like the ModuleManager and the dependency injection container, ZendDi. They already have three things posted to help you get started with this latest release: the latest download, a skeleton application and the ability to try out ZF2 on phpcloud.

0 comments voice your opinion now!
zendframework2 stable release opensource framework


Mayflower Blog:
PHP_CodeBrowser goes stable
December 15, 2010 @ 10:54:22

According to this new post on the Mayflower blog, the PHP_CodeBrowser PEAR package has finally reached a stable state.

We already wrote about CodeBrowser 0.9 in August and after fixing a few minor bugs the Mayflower Open Source Labs Team is very happy to present PHP_CodeBrowser 1.0.0.

The PHP_CodeBrowser package allows quality assurance tools (like PHPUnit) 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 source on github.

0 comments voice your opinion now!
phpcodebrowser syntax highlight stable qualityassurance pear package


Phil Sturgeon's Blog:
CodeIgniter 2.0 is stable (enough)
October 19, 2010 @ 11:03:02

According to this post on Phil Sturgeon's blog (and the EllisLab folks) the current version of CodeIgniter 2.0 living in their Bitbucket repository is stable and has been for a while - despite some major changes.

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.

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.

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 the upgrade is pretty simple.
0 comments voice your opinion now!
codeigniter framework stable release version


NerdMom Blog:
Kohana 3 & CodeIgniter 2
August 30, 2010 @ 14:46:17

On the NerdMom blog there's a recent post from Jen about her experiences in developing in both the CodeIgniter 2 framework and Kohana 3 frameworks (upcoming versions of both).

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.

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.

0 comments voice your opinion now!
kohana codeigniter framework opinion stable consistent


Solar Blog:
Solar 1.0.0 Stable Released
March 15, 2010 @ 10:04:23

As mentioned on Solar blog and a few other places on the web, the stable 1.0.0 version of the Solar PHP framework has been released, marking a significant milestone in the framework's development.

Yesterday, I announced the release of the 1.0.0 stable version of the Solar Framework for PHP on our mailing list. (I tagged the release four days ago on Monday, but wanted to time the announcement to go along with my Solar presentation at ConFoo.)

The Changelog for the release can be found here and some of the latest updates include improved CSRF features, named actions and optimized queries.

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.
0 comments voice your opinion now!
solar framework stable release


Richard Thomas' Blog:
Solar Framework Shorts - The Road to Solar 1.0
February 08, 2010 @ 08:37:23

In another of his "Solar Shorts" Richard Thomas talks about the road to Solar 1.0 as broken down into three points that will lead up to the framework's 1.0 release.

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.

Some of the things that might have made you skip over the framework in the past are being worked on right now:

  • Solar has been in perpetual alpha/beta forever..
  • Documentation, all the cool Frameworks have cool docs.
  • Examples, sometimes the easiest way to learn is to study a working application

For more information about the Solar framework, head over to SolarPHP.com and grab the latest copy.

0 comments voice your opinion now!
solar framework stable manual example


Andrei Zmievski's Blog:
pecl/memcached turns 1
July 08, 2009 @ 09:14:17

Andrei Zmievski has announced the release of the first stable version (1.0.0) of the memcached extension for PHP.

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.

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 memcached 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.

0 comments voice your opinion now!
stable extension memcached pecl


Knut Urdalen's Blog:
Yii Framework 1.0 released!
December 05, 2008 @ 11:17:09

Knut Urdalen has passed along the announcement about the 1.0 release of the Yii framework for PHP being released (by Qiang Xue).

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 The Definitive Guide to Yii (a good place to start for beginners), in addition to complete class reference and an active forum where you can meet other developers.

There is also an extension repository and a few benchmarks to help you compare it to some of the other popular frameworks out there.

0 comments voice your opinion now!
yii framework release stable manual forum class reference extension



Community Events











Don't see your event here?
Let us know!


code framework podcast zendframework2 object conference development example application testing interview opinion community phpunit series introduction language functional unittest release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework