File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
src/Symfony/Bridge/Doctrine Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6363
6464 * Support for stacked errors in the `ErrorHandler` is deprecated and will be removed in Symfony 4.0.
6565
66+ DoctrineBridge
67+ --------------
68+
69+ * Deprecated `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
70+ ` Symfony\B ridge\D octrine\H ttpFoundation\D balSessionHandlerSchema` . Use
71+ ` Symfony\C omponent\H ttpFoundation\S ession\S torage\H andler\P doSessionHandler` instead.
72+
6673EventDispatcher
6774---------------
6875
Original file line number Diff line number Diff line change @@ -186,6 +186,13 @@ DependencyInjection
186186
187187 * The `ExtensionCompilerPass` has been moved to before-optimization passes with priority -1000.
188188
189+ DoctrineBridge
190+ --------------
191+
192+ * The `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
193+ ` Symfony\B ridge\D octrine\H ttpFoundation\D balSessionHandlerSchema` have been removed. Use
194+ ` Symfony\C omponent\H ttpFoundation\S ession\S torage\H andler\P doSessionHandler` instead.
195+
189196EventDispatcher
190197---------------
191198
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ CHANGELOG
66
77 * added support for doctrine/dbal v2.6 types
88 * added cause of UniqueEntity constraint violation
9+ * deprecated ` DbalSessionHandler ` and ` DbalSessionHandlerSchema ` in favor of
10+ ` Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler `
911
10123.1.0
1113-----
You can’t perform that action at this time.
0 commit comments