8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8def26d commit 5fee47aCopy full SHA for 5fee47a
src/Symfony/Component/HttpFoundation/CHANGELOG.md
@@ -33,6 +33,7 @@ CHANGELOG
33
* setting session save handlers that do not implement `\SessionHandlerInterface` in
34
`NativeSessionStorage::setSaveHandler()` is not supported anymore and throws a
35
`\TypeError`
36
+ * added `HeaderUtility`
37
38
3.4.0
39
-----
@@ -43,7 +44,6 @@ CHANGELOG
43
44
* deprecated setting session save handlers that do not implement `\SessionHandlerInterface` in `NativeSessionStorage::setSaveHandler()`
45
* deprecated using `MongoDbSessionHandler` with the legacy mongo extension; use it with the mongodb/mongodb package and ext-mongodb instead
46
* deprecated `MemcacheSessionHandler`; use `MemcachedSessionHandler` instead
- * added `HeaderUtility`
47
48
3.3.0
49
0 commit comments