Zend Framework 1.8.2 Released
This is a maintenance release but well worth upgrading to of course.
The Zend Framework team is pleased to announce the immediate
availability of the 1.8.2 release. This release is the second
maintenance release in the 1.8 series. Fixes for this release focus on
Zend_Db and autoloading improvements. In all, over 50 issues were closed
for the release.With the introduction of Zend_Loader_Autoloader in 1.8.0, a number of
issues related to autoloading could finally be closed. All cases where
Zend_Loader::loadClass() was hard-coded into the framework were modified
to check for class_exists() first, to trigger the autoloader. This
should make writing custom adapters and plugins an easier task.For a full list of closed issues, you can visit:
http://framework.zend.com/changelog/1.8.2
Posted by Dave on May 27, 2009 in zend framework
Write a Comment on Zend Framework 1.8.2 Released
Comments on Zend Framework 1.8.2 Released are now closed.