This repository was archived by the owner on Oct 16, 2019. It is now read-only.
Releases: tavy315/zendframework1
Releases · tavy315/zendframework1
Zend Framework 1.12.29
Fix Notice: compact(): Undefined variable: extras
Zend Framework 1.12.28
Use "break" in "switch" loops
Zend Framework 1.12.27
- Remove support for the X-Original-Url and X-Rewrite-Url headers
- Use TLS 1.2
- Fix Session ID generation without hashing
Zend Framework 1.12.26
Fixes
Zend Framework 1.12.25
Fixes
Zend Framework 1.12.24
Revert "PHP 7.2 Support"
Zend Framework 1.12.23
Added PHP 7.2 support
Zend Framework 1.12.22
Update validTLDs used by Zend_Validate_Hostname
Zend Framework 1.12.21
Fixed throwing undefined property, interrrupting scripts in Zend_Db_Table_Abstract zendframework#720
Removed deprecated "ber_identifier" parameter
Removed deprecated "ldap_sort" function call
Removed deprecated "safe_mode" INI directive
$this can not be unset zendframework#729
Added support for 7.1
Add Redis Adapter on Cache backends
Performance Fix zendframework#737
Zend Framework 1.12.20
Security Updates
- ZF2016-03: The implementation of
ORDER BYandGROUP BYin
Zend_Db_Selectremained 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.