Code Monkey home page Code Monkey logo

zf2's Introduction

Welcome to the Zend Framework 2.1 Release!

Master: Build Status Develop: Build Status

RELEASE INFORMATION

Zend Framework 2.1.4dev

This is the fourth maintenance release for the version 2.1 series.

DD MMM YYYY

UPDATES IN 2.1.4

Better polyfill support in Zend\Session and Zend\Stdlib. Polyfills (version-specific class replacements) have caused some issues in the 2.1 series. In particular, users who were not using Composer were unaware/uncertain about what extra files needed to be included to load polyfills, and those users who were generating classmaps were running into issues since the same class was being generated twice.

New polyfill support was created which does the following:

  • New, uniquely named classes were created for each polyfill base.
  • A stub class file was created for each class needing polyfill support. A conditional is present in each that uses class_alias to alias the appropriate polyfill base as an import. The stub class then extends the base.
  • The compatibility/autoload.php files in each component affected was altered to trigger an E_USER_DEPRECATED error asking the user to remove the require statement for the file.

The functionality works with both Composer and ZF2's autoloading support, using either PSR-0 or classmaps. All typehinting is preserved.

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 [email protected].

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.

zf2's People

Contributors

weierophinney avatar maks3w avatar evandotpro avatar marc-mabe avatar prolic avatar akrabat avatar bakura10 avatar ezimuel avatar dasprid avatar cgmartin avatar b-durand avatar thomasweidner avatar blanchonvincent avatar sasezaki avatar samsonasik avatar denixport avatar farazdagi avatar thinkscape avatar ocramius avatar mikaelkael avatar kokx avatar socalnick avatar freeaqingme avatar robertbasic avatar jonathanmaron avatar waltertamboer avatar davidwindell avatar adamlundrigan avatar ralphschindler avatar sgehrig avatar

Watchers

Hendrawan Kuncoro avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.