Thomas Weidner’s Blog: Migrating Zend Framework

Migrating Zend Framework to new major release was always tricky. You had to carefully check which components has been changed and then search for detailed description of migration of each component (usually in manual). This process was not only time consuming but also error prone. Fortunately for all of us Thomas Weidner wrote:

For Zend Framework 1.10 I changed this.
Now there is a single migration chapter within the appendix where you can find all migration notes from all releases and all components at one place.
When you want to migrate from 1.9 to 1.10 then you can now read in a single chapter and have all changes at one place.

Maybe it does not look like big change, but for all developers using Zend Framework it is huge improvement. Thank you Thomas.