README.txt 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. Welcome to the Zend Framework 1.12 Release!
  2. RELEASE INFORMATION
  3. ---------------
  4. Zend Framework 1.12rc3 Release ([INSERT REV NUM HERE]).
  5. Released on <Month> <Day>, <Year>.
  6. SECURITY FIXES FOR 1.12.0
  7. -------------------------
  8. This release includes patches to each of the Request and Response
  9. objects within Zend_XmlRpc. These objects were found to be vulnerable to
  10. XML eXternal Entity Injection attacks due to insecure usage of the
  11. SimpleXMLElement class (SimpleXML PHP extension). External entities
  12. could be specified by adding a specific DOCTYPE element to XML-RPC
  13. requests; exploiting this vulnerability could coerce opening arbitrary
  14. files and/or TCP connections.
  15. The patch in 1.11.12 and 1.12.0 ensures libxml_disable_entity_loader()
  16. is called before any SimpleXML calls are executed, thus removing the
  17. vulnerability.
  18. Thanks goes to Johannes Greil and Kestutis Gudinavicius of SEC-Consult
  19. for reporting the vulnerability and working with us to provide a working
  20. solution.
  21. NEW FEATURES
  22. ============
  23. Zend_Loader changes
  24. ----
  25. A number of autoloaders and autoloader facilities were back ported from
  26. ZF2 to provide performant alternatives to those already available in the
  27. 1.X releases. These include: Zend_Loader_StandardAutoloader, which
  28. improves on Zend_Loader_Autoloader by allowing the ability to specify a
  29. specific path to associate with a vendor prefix or namespace;
  30. Zend_Loader_ClassMapAutoloader, which provides the ability to use lookup
  31. tables for autoloading (which are typically the fastest possible way to
  32. autoload); and Zend_Loader_AutoloaderFactory, which can both create and
  33. update autoloaders for you, as well as register them with
  34. spl_autoload_register().
  35. The Zend_Loader changes were back ported from ZF2 by Matthew Weier
  36. O’Phinney
  37. Zend_EventManager
  38. ----
  39. Zend_EventManager is a component that allows you to attach and detach
  40. listeners to named events, both on a per-instance basis as well as via
  41. shared collections; trigger events; and interrupt execution of
  42. listeners.
  43. Zend_EventManager was back ported from ZF2 by Matthew Weier O’Phinney
  44. Zend_Http_UserAgent_Features_Adapter_Browscap
  45. ----
  46. This class provides a features adapter that calls get_browser() in order
  47. to discover mobile device capabilities to inject into UserAgent device
  48. instances.
  49. Browscap (http://browsers.garykeith.com/) is an open project dedicated
  50. to collecting an disseminating a “database” of browser capabilities. PHP
  51. has built-in support for using these files via the get_browser()
  52. function. This function requires that your php.ini provides a browscap
  53. entry pointing to the PHP-specific php_browscap.ini file which is
  54. available at http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI.
  55. Zend_Http_UserAgent_Features_Adapter_Browscap was created by Matthew
  56. Weier O’Phinney
  57. Zend_Mobile_Push
  58. ----
  59. Zend_Mobile_Push is a component for implementing push notifications for
  60. the 3 major push notification platforms (Apple (Apns), Google (C2dm) and
  61. Microsoft (Mpns).
  62. Zend_Mobile_Push was contributed by Mike Willbanks.
  63. Zend_Gdata_Analytics
  64. ----
  65. Zend_Gdata_Analytics is an extension to Zend_Gdata to allow interaction
  66. with Google’s Analytics Data Export API. This extension does not
  67. encompass any major changes in the overall operation of Zend_Gdata
  68. components.
  69. Zend_Gdata_Analytics was contributed by Daniel Hartmann.
  70. Removed features
  71. ================
  72. Zend_Http_UserAgent_Features_Adapter_WurflApi
  73. ----
  74. Due to the changes in licensing of WURFL, we have removed the WurflApi
  75. adapter. We will be providing the WurflApi adapter to ScientiaMobile so
  76. that users of WURFL will still have that option.
  77. Bug Fixes
  78. =========
  79. In addition, over 200 reported issues in the tracker have been fixed.
  80. We’d like to particularly thank Adam Lundrigan, Frank Brückner and
  81. Martin Hujer for their efforts in making this happen. Thanks also to the
  82. many people who ran the ZF1 unit tests and reported their results!
  83. For a complete list, visit:
  84. * http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=12877
  85. * http://framework.zend.com/changelog/
  86. MIGRATION NOTES
  87. ---------------
  88. A detailed list of migration notes may be found at:
  89. http://framework.zend.com/manual/en/migration.html
  90. SYSTEM REQUIREMENTS
  91. -------------------
  92. Zend Framework requires PHP 5.2.4 or later. Please see our reference
  93. guide for more detailed system requirements:
  94. http://framework.zend.com/manual/en/requirements.html
  95. INSTALLATION
  96. ------------
  97. Please see INSTALL.txt.
  98. QUESTIONS AND FEEDBACK
  99. ----------------------
  100. Online documentation can be found at http://framework.zend.com/manual.
  101. Questions that are not addressed in the manual should be directed to the
  102. appropriate mailing list:
  103. http://framework.zend.com/wiki/display/ZFDEV/Mailing+Lists
  104. If you find code in this release behaving in an unexpected manner or
  105. contrary to its documented behavior, please create an issue in the Zend
  106. Framework issue tracker at:
  107. http://framework.zend.com/issues
  108. If you would like to be notified of new releases, you can subscribe to
  109. the fw-announce mailing list by sending a blank message to
  110. fw-announce-subscribe@lists.zend.com.
  111. LICENSE
  112. -------
  113. The files in this archive are released under the Zend Framework license.
  114. You can find a copy of this license in LICENSE.txt.
  115. ACKNOWLEDGEMENTS
  116. ----------------
  117. The Zend Framework team would like to thank all the contributors to the Zend
  118. Framework project, our corporate sponsor, and you, the Zend Framework user.
  119. Please visit us sometime soon at http://framework.zend.com.