Zend Framework 1.11.2 Released!

December 30, 2010

News, Zend Framework

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

10 Responses to “Zend Framework 1.11.2 Released!”

  1. umpirsky Says:

    Thumbs up! But, why is the changelog messed up?

  2. weierophinney Says:

    @umpirsky — what do you mean by "messed up"? I’m not seeing any issues currently…

  3. umpirsky Says:

    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.

  4. cyru5 Says:

    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.

  5. weierophinney Says:

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

  6. jaceksmolak Says:

    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.

  7. umpirsky Says:

    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?

  8. weierophinney Says:

    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.

  9. umpirsky Says:

    Are there any "stable" tags, https://github.com/umpirsky/zf2/tree/release-2.0.0dev1 maybe?

  10. weierophinney Says:

    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.