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
Why not check out the Release Policies:
and
Also see the chapter on Product Releases on the Lifecycle Docs.
Note that the current version is 1.9 and 1.10 is currently in testing. The Wiki pages do not get updated with the version number too often. The release cycle is as described though.