A number of potential BC issues were identified in the 1.11 series, and
specifically in the 1.11.8 release, and as such, the Zend Framework team is
releasing version 1.11.9 just one week following 1.11.8. It is available for
immediate download:
The changelog is available on the site as well:
The specific changes that may affect some users are as follows:
-
ZF-11548: In previous
versions, the “Modules”Zend_Applicationresource would return an
ArrayObject. Some refactoring done for 1.11.8 to help improve maintenance
missed this and changed the return value to a PHP array. We’ve kept the
maintentance improvements, but reverted to the original return behavior. -
ZF-11547: a typo
introduced in configuration handling broke behavior in the FileZend_Cache
frontend; this has been corrected. -
ZF-10725: the
ViewRenderer view script normalization routine was streamlined for 1.11.8,
but hit a case sensitivity issue that previously worked; a fix was introduced
to support the old behavior. -
ZF-11161: a fix to the XML
log formatter prevented objects with__toString()implementations from
being reported (in particular, exceptions); a fix was introduced to restore
this behavior. -
ZF-11550: Changes in
Zend_Navigation_Page_Mvcto make it fully route aware missed a specific
case wherenulldefault values for matched keys were allowed.
Additionally, a change in the ReCaptcha javascript API led to a situation
where using a ReCaptcha element in a form supporting array notation no longer
worked. A fix for ZF-10991
was introduced to correct this issue — which, incidentally, also fixed an issue
on the ZF site’s contact form.
If you were using version 1.11.8 and using features affected by any of the
following issues, we strongly encourage updating to version 1.11.9 today.
Many thanks to all those who reported issues and helped provide patches or
testing!




July 15, 2011 at 8:38 am
Super fast fix!
July 21, 2011 at 1:48 pm
Unfortunately, due to an oversight on my part, the ZF-10725 break was not completely corrected in 1.11.9, so those of you affected by that issue (ie: use action names starting or ending with capital letters) will need to stick with 1.11.7 for now or apply the patch provided on the bug’s JIRA page to 1.11.9:
http://framework.zend.com/issues/browse/ZF-10725
(File: ZF-10725_fix_for_1.11.9.patch)
The issue will be properly fixed in the next mini release.