This repository has been archived by the owner on May 16, 2018. It is now read-only.
Zend Framework 1.12.18
weierophinney
released this
13 Apr 16:47
·
17 commits
to master
since this release
- 575: Please Remove YouTube Zend GData Page
- 607: PHP7 debug_backtrace BC break
- 628: Solve problem with subqueries in SELECT block
- 637: List-separator attribute is not being unset for MultiCheckboxes due to a typo.
- 641: Wrong regex pattern in Zend_Validate_Iban class
- 647: VERSION constant incorrect for 1.12.17 release tag.
- 649: ZF2015-09: The Zend_Crypt_MathTest should run on PHP 5.2/5.3
- 651: Update Vagrantfile to use Rasmus' php7 box
- 655: ZF2015-08 breaks binary data
- 656: zf1-extra is missing in release-1.12.17
- 670: Fix for 655 issue
- 677: Wrong PHPDoc in Zend_Mail
- 679: Non-existing method getRequired() in Zend_Form-Elements docs
- 683: Zend_Form_Element_Button::isChecked has wrong documentation
SECURITY UPDATES
- ZF2016-01: A number of classes, including
Zend_Filter_Encrypt
,Zend_Form_Element_Hash
,Zend_Gdata_HttpClient
,Zend_Ldap_Attribute
, andZend_OpenId
, were using randomization methods with insufficient entropy. They have been updated to each useZend_Crypt_Math
, and the latter was updated to use PHP 7'srandom_bytes()
andrandom_int()
where feasible.