Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade zend framework to 1.12.20 #8

Merged
merged 67 commits into from
Apr 24, 2017
Merged

Upgrade zend framework to 1.12.20 #8

merged 67 commits into from
Apr 24, 2017

Conversation

igrybkov
Copy link

@igrybkov igrybkov commented Apr 7, 2017

BE CAREFUL!

Please, DO NOT tag this version as 1.12.X as it will break all previous Magento installations at least after next composer update on a client side. This will happen because Zend framework has dropped an ability to pass a string as expression into "ORDER BY" and "GROUP BY" statements in the patch release as a part of security fix. Now the only instance of the \Zend_Db_Expr should be used for this case.

AC discussed this case and we've decided that this release should be tagged as 1.13.0

weierophinney and others added 30 commits September 15, 2015 10:54
Zend_Validate_Hostname - Updated TLD list
It solves executing queries with subqueries in SELECT block.
"New line" char (which is added in _renderFrom function while imploding joins) causes problem in regexp for "AS" case detection
…e a very rare case with raw subquery with "new line" chars inside
…pdate

Zend_Validate_Hostname - updated TLD list to the version 2015102801
Fixed the null byte test for Zend_Db_Adapter_Pdo
This patch fixes a potential entropy fixation vector with `Zend_Captcha_Word`.
Prior to the fix, when selecting letters for the CAPTCHA, `array_rand()` was
used, which does not use sufficient entropy during randomization. The patch
backports randomization routines from ZF2 in order to provide a more
cryptographically secure RNG.
This allows us to easily switch between PHP versions down to 5.3 using
the `newphp nn` command.

You're on your own for installing PHPUnit though, it's easy enough with
`composer global require phpunit/phpunit:~4.0` or whatever though.
Update FirePhp for different debug_backtrace on PHP 7
Skip Zend_Soap tests on Travis with PHP 5.4.37 because of segfaults
froschdesign and others added 29 commits March 17, 2016 08:09
Fixes zendframework#575 - Removes Zend_Gdata_YouTube which is based on Data API v2
- Updated VERSION constant to 1.12.18
- Updated README:
  - set stable version
  - set release date
  - added verbiage around ZF2016-01
- Updated README: set version, date, and changelog notes.
- Updated `Zend_Version::VERSION` constant.
Patches ZF2016-02, and prepares for 1.12.19 release.
Resolves ZF2016-03 advisory.
- Updated README:
  - Updated version to stable
  - Set date for release
  - Added release notes including ZF2016-03 details
- Updated VERSION constant
  - Merge tag '1.12.16-patch3' into MAGETWO-65715-1.12.20
  - Merge tag 'release-1.12.18' into MAGETWO-65715-1.12.20
  - Merge tag 'release-1.12.19' into MAGETWO-65715-1.12.20
  - Merge tag 'release-1.12.20' into MAGETWO-65715-1.12.20
@slavvka slavvka merged commit 7ab560e into magento:master Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants