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

ZF1 Release 1.12.13 #2

Merged
merged 90 commits into from
Jun 2, 2015
Merged

ZF1 Release 1.12.13 #2

merged 90 commits into from
Jun 2, 2015

Conversation

Dooffy
Copy link

@Dooffy Dooffy commented May 28, 2015

Update ZF1 to version 1.12.13

holtkamp and others added 30 commits January 14, 2015 17:08
The parameters between [brackets] are optional
Bump to 1.12.11dev
[Zend_Translate] Extend PHPDocumentation to cover 'magic' behavior
Added @method PHPDocumentation to allow IDE code-completion
1.12.11 release readiness
Bumped to 1.12.12dev
Adds patch to the list of valid method types array.
On my particular set up it is twice faster and more than 4 times smaller to do it that way
Fix for zendframework#511 - Add PATCH to the list of allowed methods in Zend_Controller_Request_HttpTestCase
Run travis build also on PHP 7 builds
Use different php.ini config for PHP 7 Travis builds
froschdesign and others added 21 commits May 19, 2015 11:45
…ss-file-not-found-warnings

Allow early suppressing of file not found warnings in Zend_Application
This patch mirrors that made in ZF2 to address ZF2015-04. It adds the following
classes:

- `Zend_Http_Header_HeaderValue`, which provides functionality for validating,
  filtering, and asserting that header values follow RFC 2822.
- `Zend_Mail_Header_HeaderName`, which provides functionality for validating,
  filtering, and asserting that header names follow RFC 2822.
- `Zend_Mail_Header_HeaderValue`, which provides functionality for validating,
  filtering, and asserting that header values follow RFC 7230.

The following specific changes were made to existing functionality:

- `Zend_Mail_Part::__construct()` was modified in order to validate mail headers
  provided to it.
- `Zend_Http_Header_SetCookie`'s `setName()`, `setValue()`, `setDomain()`, and
  `setPath()` methods were modified to validate incoming values.
- `Zend_Http_Response::extractHeaders()` was modified to follow RFC 7230 and
  only split on `\r\n` sequences when splitting header lines. Each value
  extracted is tested for validity.
- `Zend_Http_Response::extractBody()` was modified to follow RFC 7230 and
  only split on `\r\n` sequences when splitting the message from the headers.
- `Zend_Http_Client::setHeaders()` was modified to validate incoming header
  values.
- Updated version and date in README
- Updated VERSION constant in Zend_Version
Bump version to 1.12.13dev
With the ZF2015-04 patch, we were no longer allowing non-string, non-stringable
objects as header values. This broke a number of other classes, however, which
required integer and/or float values (e.g., to set a Content-Length header).
This patch casts those types to strings before attempting to set them as header
values.
Man unit tests sufferred from the same issues as the Zend_Http_* tests, in that
the canned responses had incorrect line endings in them, making them fail the
new logic implemented to protect against message splitting. These have now all
been updated.
…trict-headers

Cast int and float to string when creating headers
- Updated README with information on this release.
- Updated VERSION constant.
Zend Framework 1.12.13

- [567: Cast int and float to string when creating headers](zendframework#567)

# gpg verification failed.

# Conflicts:
#	README.md
#	library/Zend/Http/Client.php
#	library/Zend/Session.php
#	library/Zend/Version.php
Update ZF1 to version 1.12.10
Update ZF1 to version 1.12.13
vpelipenko added a commit that referenced this pull request Jun 2, 2015
@vpelipenko vpelipenko merged commit 07ce4e9 into magento:master Jun 2, 2015
danielrenaud pushed a commit that referenced this pull request Jul 26, 2019
…ing-continue-in-switch

MC-16959: remove omitted break
magento-devops-reposync-svc pushed a commit that referenced this pull request Sep 15, 2021
php 8 compatibility in Zend_Xml_Security class
delbertooo added a commit to scitotec/zf1 that referenced this pull request Jan 31, 2023
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.

10 participants