-- Michael Irey <micha...@evanta.com> wrote (on Thursday, 06 August 2009, 10:42 AM -0700): > I have searched around a bit (mailing list and google and zf website) looking > for an upgrade guide for Zend Framework. So far I have found very little... > > Does anyone know of such a guide? > > I am currently using Zend Framework 1.7.4. Is it recommended to jump > straight to 1.9.0 or should I do an intermediate upgrade first. > > Also, it would be nice to hear from others who attempted this upgrade to > hear their experiences and any comments they may have.
The reports I've seen so far indicate that upgrading from 1.8.x to 1.9.0 has been very smooth. The only areas that were likely to cause issues are raised in the README.txt file of 1.9.0. If you're coming from 1.7.4, I'd read the various sections in the manual marked "Migration" or "Migrating", and also look for information on upgrading to 1.8. From there, you'll be fine. The primary things to consider when upgrading to 1.8 were: * Autoloader changes * Refactoring to use Zend_Application (not necessary, but future-proofs your code) -- Matthew Weier O'Phinney Project Lead | matt...@zend.com Zend Framework | http://framework.zend.com/