I need a framework for php. I've got few suggestion to use Zend Framework. What worries me is the Zend Framework api stability.
Do you know how stable ZF is? Is there any change list/migration plan from previous version. So that I can check how many breaking changes were introduced?
I need something so stable as django:
The release of Django 1.0 comes with a promise of API stability and forwards-compatibility. > In a nutshell, this means that code you develop against Django 1.0 will continue to work against 1.1 unchanged, and you should need to make only minor changes for any 1.X release
And later we can read:
We’ll only break backwards compatibility of these APIs if a bug or security hole makes it completely unavoidable