README.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Welcome to the Zend Framework 1.12 Release!
  2. RELEASE INFORMATION
  3. ---------------
  4. Zend Framework 1.12rc1 Release ([INSERT REV NUM HERE]).
  5. Released on <Month> <Day>, <Year>.
  6. NEW FEATURES
  7. ------------
  8. * Backported autoloaders from Zend Framework 2
  9. * Zend_Loader_StandardAutoloader - PSR-0-compliant autoloader, with
  10. optimizations for specifying path/namespace or path/vendor prefix pairs.
  11. * Zend_Loader_ClassMapAutoloader - Use class map tables for autoloading.
  12. * Zend_Loader_AutoloaderFactory - Use multiple autoloader strategies.
  13. * Backported EventManager from Zend Framework 2
  14. * Provides an implementation of subject/observer, publish/subscribe, signal
  15. slots, and traditional eventing systems.
  16. * Zend_Cloud_Infrastructure
  17. * Manage IAAS services via PHP. Includes support for Amazon EC2, WindowsAzure,
  18. Rackspace, and GoGrid
  19. * MVC: Create and set Cookie headers in the response
  20. * JSON: Allow encoding objects that implement a toJson() method
  21. * PHP 5.4 support
  22. In all, more than 100 features and bugfixes are included in this release.
  23. A detailed list of all features and bug fixes in this release may be found at:
  24. http://framework.zend.com/changelog/
  25. MIGRATION NOTES
  26. ---------------
  27. A detailed list of migration notes may be found at:
  28. http://framework.zend.com/manual/en/migration.html
  29. SYSTEM REQUIREMENTS
  30. -------------------
  31. Zend Framework requires PHP 5.2.4 or later. Please see our reference
  32. guide for more detailed system requirements:
  33. http://framework.zend.com/manual/en/requirements.html
  34. INSTALLATION
  35. ------------
  36. Please see INSTALL.txt.
  37. QUESTIONS AND FEEDBACK
  38. ----------------------
  39. Online documentation can be found at http://framework.zend.com/manual.
  40. Questions that are not addressed in the manual should be directed to the
  41. appropriate mailing list:
  42. http://framework.zend.com/wiki/display/ZFDEV/Mailing+Lists
  43. If you find code in this release behaving in an unexpected manner or
  44. contrary to its documented behavior, please create an issue in the Zend
  45. Framework issue tracker at:
  46. http://framework.zend.com/issues
  47. If you would like to be notified of new releases, you can subscribe to
  48. the fw-announce mailing list by sending a blank message to
  49. fw-announce-subscribe@lists.zend.com.
  50. LICENSE
  51. -------
  52. The files in this archive are released under the Zend Framework license.
  53. You can find a copy of this license in LICENSE.txt.
  54. ACKNOWLEDGEMENTS
  55. ----------------
  56. The Zend Framework team would like to thank all the contributors to the Zend
  57. Framework project, our corporate sponsor, and you, the Zend Framework user.
  58. Please visit us sometime soon at http://framework.zend.com.