Blame | Last modification | View Log | Download
> ## End-of-Life occurs 28 Sep 2016>> Between now and 28 Sep 2016, we will only be accepting security patches to> this repository; after that date, we will issue no more releases.>> For more information:>> - https://framework.zend.com/blog/2016-06-28-zf1-eol.html---Welcome to the Zend Framework 1.12 Release!Master: [](https://travis-ci.org/zendframework/zf1)RELEASE INFORMATION===================Zend Framework 1.12.20 Release.Released on September 08, 2016.IMPORTANT FIXES FOR 1.12.20---------------------------**This release contains security updates:**- **ZF2016-03:** The implementation of `ORDER BY` and `GROUP BY` in`Zend_Db_Select` remained prone to SQL injection when a combination of SQLexpressions and comments were used. This release provides a comprehensivesolution that identifies and removes comments prior to checking validity ofthe statement to ensure no SQLi vectors occur. We advise always filtering userinput prior to invoking these methods, however, to further protect yourapplications.See http://framework.zend.com/changelog for full details.NEW FEATURES============Zend_Loader changes-------------------A number of autoloaders and autoloader facilities were back ported fromZF2 to provide performant alternatives to those already available in the1.X releases. These include: Zend_Loader_StandardAutoloader, whichimproves on Zend_Loader_Autoloader by allowing the ability to specify aspecific path to associate with a vendor prefix or namespace;Zend_Loader_ClassMapAutoloader, which provides the ability to use lookuptables for autoloading (which are typically the fastest possible way toautoload); and Zend_Loader_AutoloaderFactory, which can both create andupdate autoloaders for you, as well as register them withspl_autoload_register().The Zend_Loader changes were back ported from ZF2 by Matthew WeierO’PhinneyZend_EventManager-----------------Zend_EventManager is a component that allows you to attach and detachlisteners to named events, both on a per-instance basis as well as viashared collections; trigger events; and interrupt execution oflisteners.Zend_EventManager was back ported from ZF2 by Matthew Weier O’PhinneyZend_Http_UserAgent_Features_Adapter_Browscap---------------------------------------------This class provides a features adapter that calls get_browser() in orderto discover mobile device capabilities to inject into UserAgent deviceinstances.Browscap (http://browsers.garykeith.com/) is an open project dedicatedto collecting an disseminating a “database” of browser capabilities. PHPhas built-in support for using these files via the get_browser()function. This function requires that your php.ini provides a browscapentry pointing to the PHP-specific php_browscap.ini file which isavailable at http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI.Zend_Http_UserAgent_Features_Adapter_Browscap was created by MatthewWeier O’PhinneyZend_Mobile_Push----------------Zend_Mobile_Push is a component for implementing push notifications forthe 3 major push notification platforms (Apple (Apns), Google (C2dm) andMicrosoft (Mpns).Zend_Mobile_Push was contributed by Mike Willbanks.Zend_Gdata_Analytics--------------------Zend_Gdata_Analytics is an extension to Zend_Gdata to allow interactionwith Google’s Analytics Data Export API. This extension does notencompass any major changes in the overall operation of Zend_Gdatacomponents.Zend_Gdata_Analytics was contributed by Daniel Hartmann.Removed features================Zend_Http_UserAgent_Features_Adapter_WurflApi---------------------------------------------Due to the changes in licensing of WURFL, we have removed the WurflApiadapter. We will be providing the WurflApi adapter to ScientiaMobile sothat users of WURFL will still have that option.Bug Fixes=========In addition, over 200 reported issues in the tracker have been fixed.We’d like to particularly thank Adam Lundrigan, Frank Brückner andMartin Hujer for their efforts in making this happen. Thanks also to themany people who ran the ZF1 unit tests and reported their results!For a complete list of closed issues beginning with 1.12.3, visit:* https://github.com/zendframework/zf1/issues?labels=&milestone=&page=1&state=closed* http://framework.zend.com/changelog/MIGRATION NOTES===============A detailed list of migration notes may be found at:http://framework.zend.com/manual/en/migration.htmlSYSTEM REQUIREMENTS===================Zend Framework requires PHP 5.2.11 or later. Please see our referenceguide for more detailed system requirements:http://framework.zend.com/manual/en/requirements.htmlINSTALLATION============Please see [INSTALL.md](INSTALL.md).REPOSITORY HISTORY==================This repository was created based on the release-1.12 branch of a Subversionrepository, http://framework.zend.com/svn/framework/standard/. It contains asubset of the project history, dating from between the 1.5.0 and 1.6.0 releases,and only contains the tags for the 1.12 series. If you would like an olderversion, you may access the subversion repository linked above, or download anolder version from http://framework.zend.com/downloads/archives.CONTRIBUTING============Please see [README-GIT.md](README-GIT.md) and[DEVELOPMENT_README.md](DEVELOPMENT_README.md).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 theappropriate mailing list:- http://framework.zend.com/wiki/display/ZFDEV/Mailing+ListsIf you find code in this release behaving in an unexpected manner orcontrary to its documented behavior, please create an issue in the ZendFramework issue tracker at:- https://github.com/zendframework/zf1/issuesIf you would like to be notified of new releases, you can subscribe tothe 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](LICENSE.txt).ACKNOWLEDGEMENTS================The Zend Framework team would like to thank all the contributors to the ZendFramework project, our corporate sponsor, and you, the Zend Framework user.Please visit us sometime soon at http://framework.zend.com.