Zend Framework 1.11.2 Released!

The Zend Framework team announces the immediate availability of Zend
Framework 1.11.2, our first maintenance release in the 1.11 series. This
release includes around 50 bug fixes.
You may download ZF 1.11.2 from the
href="http://framework.zend.com/download/latest">Zend Framework site.
For a full list of resolved issues, you can visit the changelog:
- http://framework.zend.com/changelog/1.11.2
I’d like to thank everyone who contributed code to these releases, including
those who submitted patches, translated documentation, or reported issues.
Keep your eyes peeled for another maintenance release at the end of next
month!
About Matthew Weier O'Phinney
Matthew is an open source software architect, specializing in PHP.
He is currently project lead for Zend Framework, a project with which he has been involved since before the first public preview release. He is a Zend Certified Engineer, and a member of the Zend Education Advisory Board, the group responsible for authoring the Zend Certification Exam. He contributes to a number of open source projects, blogs on PHP-related topics, and presents talks and tutorials related to PHP development and the projects to which he contributes.
You can read more of his thoughts on his blog, weierophinney.net/matthew/.
View all posts by Matthew Weier O'Phinney →
December 30, 2010 at 4:47 pm
Thumbs up! But, why is the changelog messed up?
January 3, 2011 at 8:54 pm
@umpirsky — what do you mean by "messed up"? I’m not seeing any issues currently…
January 3, 2011 at 10:00 pm
Was the case at the time I posted the comment, fixed few minutes later.
Blue "Go" button was all over the screen, and changelog was at the bottom of the screen with some small font.
January 7, 2011 at 2:16 pm
There seems to be a bug in the changed XmlRpc/Value.php. The bug is gone, when we switch back to the old Value.php. We will provide a test case hopefully soon.
January 7, 2011 at 2:23 pm
@cyru5: the bug has been fixed in trunk already, and will be merged to the 1.11 release branch later today for release with 1.11.3.
January 10, 2011 at 9:48 am
I know this is not probably the best place to ask about it, but is (will be) there any new info about ZF 2? Release date? Anything? I am looking very much forward to hearing about it.
January 10, 2011 at 8:59 pm
And, is current github zf2 consistent, is it working? I’m especially interested into zend tool for ZF@, can I clone and play with it? Will it generate working PHP 5.3 zf project?
January 10, 2011 at 9:05 pm
ZF2 is still in early stages; we are currently tackling the MVC milestone. You *can* generate projects using Zend_Tool, but the projects you create may or may not work with the final version of the MVC after refactoring and/or rewriting.
January 10, 2011 at 9:16 pm
Are there any "stable" tags, https://github.com/umpirsky/zf2/tree/release-2.0.0dev1 maybe?
January 10, 2011 at 9:34 pm
There are two tags currently, dev1 and dev2. These are _development_ snapshots — so inherently unstable. Stability will occur when we finalize the API and release our first beta.