Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Latest commit

 

History

History
68 lines (44 loc) · 2.29 KB

README.md

File metadata and controls

68 lines (44 loc) · 2.29 KB

Welcome to the Zend Framework 2.1 Release!

Master: Build Status Develop: Build Status

RELEASE INFORMATION

Zend Framework 2.1.0dev

This is the first minor (feature) release for the 2.0 series.

DD Mmm YYYY

UPDATES IN 2.1.0

Backwards Compatibility Break: Session Storage

The default session storage object has changed to an array adapter; this is a minimal break in compatibility. Most developers are not working directly with the storage object, but rather a Container, therefore switching out the default will not change anything for those developers. For those who are using it directly:

  • Register the old SessionStorage object explicitly, or
  • Do not utilize object notation for accessing members of the Storage object.

Please see CHANGELOG.md.

SYSTEM REQUIREMENTS

Zend Framework 2 requires PHP 5.3.3 or later; we recommend using the latest PHP version whenever possible.

INSTALLATION

Please see INSTALL.md.

CONTRIBUTING

If you wish to contribute to Zend Framework, please read both the CONTRIBUTING.md and README-GIT.md file.

QUESTIONS AND FEEDBACK

Online documentation can be found at http://framework.zend.com/manual. Questions that are not addressed in the manual should be directed to the appropriate mailing list:

http://framework.zend.com/archives/subscribe/

If you find code in this release behaving in an unexpected manner or contrary to its documented behavior, please create an issue in our GitHub issue tracker:

https://github.com/zendframework/zf2/issues

If you would like to be notified of new releases, you can subscribe to the fw-announce mailing list by sending a blank message to fw-announce-subscribe@lists.zend.com.

LICENSE

The files in this archive are released under the Zend Framework license. You can find a copy of this license in LICENSE.txt.

ACKNOWLEDGEMENTS

The Zend Framework team would like to thank all the contributors to the Zend Framework project, our corporate sponsor, and you, the Zend Framework user. Please visit us sometime soon at http://framework.zend.com.