You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
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.
0 commit comments