Is it safe to develop for older versions of Zend Framework?
Posted
by RenderIn
on Stack Overflow
See other posts from Stack Overflow
or by RenderIn
Published on 2010-04-21T15:35:45Z
Indexed on
2010/04/21
21:13 UTC
Read the original article
Hit count: 187
Our vendor-supported server's O/S only supports PHP 5.1.6, which limits us to ZF 1.6. The current version of Zend Framework requires a higher version of PHP.
We're struggling to decide whether to adopt ZF because of this incompatibility. Is it feasible to develop (indefinitely) in these older versions of ZF or should we hold off?
Features, security, bugs, etc. Is this a path we don't want to go down or are these older versions perfectly usable in a production environment?
© Stack Overflow or respective owner