Reputation: 13
does anybody know what minimum php version do you need to get Zend Navigation working? If I recall it didn't work with 5.1 though it was long ago, not sure if I am not confusing something
Upvotes: 1
Views: 215
Reputation: 2890
Pretty cool stuff from this guy
PHP-Compatibility of each version of Zend Framework
For Zend Framework 1.10.6
| Zend/Navigation/* | 5.2.0 |
| Zend/Navigation/Page/* | 5.0.0 |
Upvotes: 2
Reputation: 522135
http://framework.zend.com/manual/en/requirements.introduction.html
Zend recommends the most current release of PHP for critical security and performance enhancements, and currently supports PHP 5.2.4 or later.
Upvotes: 2