Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zend Version Release Dates [closed]

Where can I find the release dates for each past release of the Zend Framework?

I'm constantly referring to blog articles and tutorials in my effort to learn the framework. The articles are usually dated however without knowing the release dates of the framework, its difficult to marry up articles with their intended Zend version.

Thanks!

like image 649
DatsunBing Avatar asked Jun 16 '11 07:06

DatsunBing


People also ask

What happened Zend Framework?

Zend Framework is now called Laminas. Apigility is now called Laminas API Tools.

Is Zend Framework Good?

The Zend framework is the perfect choice for developers needing an ideal platform for enterprise application developments. It lets them make the best of PHP5 and PHP7.

Does Zend own PHP?

Zend is referred to as “The PHP Company,” and for good reason. Zend was founded in 2003 by Andi Gutmans and Zeev Suraski — two of the driving forces behind the historical improvement and widespread adoption of PHP.


1 Answers

You dont need to watch for every single version I think since 1.8 there are no significant changes that may affect the article so if it is from 2009 it should work.

Along with http://framework.zend.com/downloads/archives you may also try to check http://framework.zend.com/changelog

Edit: brief history of major changes

1.0 first release - July 2007

1.5 Zend_Form, Zend_Layout - March 2008

1.8 Zend_Application - April 2009, major difference in bootsraping

1.9 Php 5.3 support - August 2009

1.10 ControllerTestCase - January 2010

1.11 Zend_Cloud - November 2010

like image 155
venimus Avatar answered Oct 07 '22 21:10

venimus