This repository was archived by the owner on Jan 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,20 @@ All notable changes to this project will be documented in this file, in reverse
6
6
7
7
### Added
8
8
9
+ - [ #154 ] ( https://github.com/zendframework/zend-http/pull/154 ) adds the method ` SetCookie::setEncodeValue() ` . By default, Set-Cookie
10
+ values are passed through ` urlencode() ` ; when a boolean ` false ` is provided to
11
+ this new method, the raw value will be used instead.
12
+
9
13
- [ #166 ] ( https://github.com/zendframework/zend-http/pull/166 ) adds support for PHP 7.3.
10
14
11
15
### Changed
12
16
17
+ - [ #154 ] ( https://github.com/zendframework/zend-http/pull/154 ) changes the behavior of ` SetCookie::fromString() ` slightly: if the parsed
18
+ cookie value is the same as the one passed through ` urldecode() ` , the
19
+ ` SetCookie ` header's ` $encodeValue ` property will be toggled off to ensure the
20
+ value is not encoded in subsequent serializations, thus retaining the
21
+ integrity of the value between usages.
22
+
13
23
- [ #161 ] ( https://github.com/zendframework/zend-http/pull/161 ) changes how the Socket and Test adapters aggregate headers. Previously,
14
24
they would ` ucfirst() ` the header name; now, they correctly leave the header
15
25
names untouched, as header names should be considered case-insensitive.
You can’t perform that action at this time.
0 commit comments