2017 © Pedro Peláez
 

library zendframework1

Zend Framework 1 library

image

tavy315/zendframework1

Zend Framework 1 library

  • Thursday, July 26, 2018
  • by Octav
  • Repository
  • 2 Watchers
  • 2 Stars
  • 261 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 478 Forks
  • 0 Open issues
  • 30 Versions
  • 3 % Grown

The README.md

Logo, (*1)

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., (*2)

For more information:, (*3)

  • https://framework.zend.com/blog/2016-06-28-zf1-eol.html

Welcome to the Zend Framework 1.12 Release!, (*4)

Master: Build Status, (*5)

RELEASE INFORMATION

Zend Framework 1.12.20 Release. Released on September 13, 2016., (*6)

IMPORTANT FIXES FOR 1.12.20

This release contains security updates:, (*7)

  • ZF2016-03: The implementation of ORDER BY and GROUP BY in Zend_Db_Select remained prone to SQL injection when a combination of SQL expressions and comments were used. This release provides a comprehensive solution that identifies and removes comments prior to checking validity of the statement to ensure no SQLi vectors occur. We advise always filtering user input prior to invoking these methods, however, to further protect your applications.

See http://framework.zend.com/changelog for full details., (*8)

NEW FEATURES

Zend_Loader changes

A number of autoloaders and autoloader facilities were back ported from ZF2 to provide performant alternatives to those already available in the 1.X releases. These include: Zend_Loader_StandardAutoloader, which improves on Zend_Loader_Autoloader by allowing the ability to specify a specific path to associate with a vendor prefix or namespace; Zend_Loader_ClassMapAutoloader, which provides the ability to use lookup tables for autoloading (which are typically the fastest possible way to autoload); and Zend_Loader_AutoloaderFactory, which can both create and update autoloaders for you, as well as register them with spl_autoload_register()., (*9)

The Zend_Loader changes were back ported from ZF2 by Matthew Weier O’Phinney, (*10)

Zend_EventManager

Zend_EventManager is a component that allows you to attach and detach listeners to named events, both on a per-instance basis as well as via shared collections; trigger events; and interrupt execution of listeners., (*11)

Zend_EventManager was back ported from ZF2 by Matthew Weier O’Phinney, (*12)

Zend_Http_UserAgent_Features_Adapter_Browscap

This class provides a features adapter that calls get_browser() in order to discover mobile device capabilities to inject into UserAgent device instances., (*13)

Browscap (http://browsers.garykeith.com/) is an open project dedicated to collecting an disseminating a “database” of browser capabilities. PHP has built-in support for using these files via the get_browser() function. This function requires that your php.ini provides a browscap entry pointing to the PHP-specific php_browscap.ini file which is available at http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI., (*14)

Zend_Http_UserAgent_Features_Adapter_Browscap was created by Matthew Weier O’Phinney, (*15)

Zend_Mobile_Push

Zend_Mobile_Push is a component for implementing push notifications for the 3 major push notification platforms (Apple (Apns), Google (C2dm) and Microsoft (Mpns)., (*16)

Zend_Mobile_Push was contributed by Mike Willbanks., (*17)

Zend_Gdata_Analytics

Zend_Gdata_Analytics is an extension to Zend_Gdata to allow interaction with Google’s Analytics Data Export API. This extension does not encompass any major changes in the overall operation of Zend_Gdata components., (*18)

Zend_Gdata_Analytics was contributed by Daniel Hartmann., (*19)

Removed features

Zend_Http_UserAgent_Features_Adapter_WurflApi

Due to the changes in licensing of WURFL, we have removed the WurflApi adapter. We will be providing the WurflApi adapter to ScientiaMobile so that users of WURFL will still have that option., (*20)

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 and Martin Hujer for their efforts in making this happen. Thanks also to the many people who ran the ZF1 unit tests and reported their results!, (*21)

For a complete list of closed issues beginning with 1.12.3, visit:, (*22)

  • 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:, (*23)

http://framework.zend.com/manual/en/migration.html, (*24)

SYSTEM REQUIREMENTS

Zend Framework requires PHP 5.2.11 or later. Please see our reference guide for more detailed system requirements:, (*25)

http://framework.zend.com/manual/en/requirements.html, (*26)

INSTALLATION

Please see INSTALL.md., (*27)

REPOSITORY HISTORY

This repository was created based on the release-1.12 branch of a Subversion repository, http://framework.zend.com/svn/framework/standard/. It contains a subset 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 older version, you may access the subversion repository linked above, or download an older version from http://framework.zend.com/downloads/archives., (*28)

CONTRIBUTING

Please see README-GIT.md and DEVELOPMENT_README.md., (*29)

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:, (*30)

  • http://framework.zend.com/wiki/display/ZFDEV/Mailing+Lists

If you find code in this release behaving in an unexpected manner or contrary to its documented behavior, please create an issue in the Zend Framework issue tracker at:, (*31)

  • https://github.com/zendframework/zf1/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:, (*32)

  • 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., (*33)

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., (*34)

The Versions

26/07 2018

dev-master

9999999-dev http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

26/07 2018

1.12.26

1.12.26.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

26/07 2018

dev-phpdoc-fixes

dev-phpdoc-fixes http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

23/05 2018

1.12.25

1.12.25.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

23/05 2018

dev-tavy315-php-72

dev-tavy315-php-72 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

06/03 2018

1.12.24

1.12.24.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

02/03 2018

1.12.23

1.12.23.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

19/12 2017

1.12.22

1.12.22.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

06/06 2017

1.12.21

1.12.21.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

14/09 2016

1.12.20

1.12.20.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

14/07 2016

1.12.19

1.12.19.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

14/04 2016

1.12.18

1.12.18.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

30/11 2015

1.12.17

1.12.17.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

20/10 2015

1.12.16

1.12.16.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

13/08 2015

1.12.15

1.12.15.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

04/08 2015

1.12.14

1.12.14.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

20/05 2015

1.12.13

1.12.13.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

20/05 2015

1.12.12

1.12.12.0 http://framework.zend.com/

Zend Framework 1 library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

11/02 2015

1.12.11

1.12.11.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

framework php zf1 zend

14/01 2015

1.12.10

1.12.10.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

The Development Requires

framework zf1

16/09 2014

1.12.9

1.12.9.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

The Development Requires

framework zf1

26/08 2014

1.12.8

1.12.8.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

The Development Requires

framework zf1

12/06 2014

1.12.7

1.12.7.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

The Development Requires

framework zf1

15/04 2014

1.12.6

1.12.6.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

The Development Requires

framework zf1

07/03 2014

1.12.5

1.12.5.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

The Development Requires

framework zf1

06/03 2014

1.12.4

1.12.4.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

The Development Requires

framework zf1

13/03 2013

1.12.3

1.12.3.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

framework zf1

25/02 2013

1.12.2

1.12.2.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

framework zf1

18/12 2012

1.12.1

1.12.1.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.11

 

framework zf1

27/08 2012

1.12.0

1.12.0.0 http://framework.zend.com/

Zend Framework 1

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.2.4

 

framework zf1