File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change 1
1
UPGRADE FROM 2.5 to 2.6
2
2
=======================
3
3
4
- Known Backwards-Compatability Breaks
4
+ Known Backwards-Compatibility Breaks
5
5
------------------------------------
6
6
7
7
* If you use the ` PdoSessionHandler ` , the session table now has a different
@@ -112,7 +112,7 @@ HttpFoundation
112
112
--------------
113
113
114
114
* The ` PdoSessionHandler ` to store sessions in a database changed significantly.
115
- This introduced a ** backwards-compatability ** break in the schema of the
115
+ This introduced a ** backwards-compatibility ** break in the schema of the
116
116
session table. The following changes must be made to your session table:
117
117
118
118
- Add a new integer column called ` sess_lifetime ` . Assuming you have the
@@ -125,7 +125,7 @@ HttpFoundation
125
125
There is also an [ issue] ( https://github.com/symfony/symfony/issues/12834 )
126
126
that affects Windows servers.
127
127
128
- A legacy class, ` LegacyPdoSessionHandler ` has been created to ease backwards-compatability issues when upgrading.
128
+ A legacy class, ` LegacyPdoSessionHandler ` has been created to ease backwards-compatibility issues when upgrading.
129
129
130
130
The changes to the ` PdoSessionHandler ` are:
131
131
- By default, it now implements session locking to prevent loss of data by concurrent access to the same session.
You can’t perform that action at this time.
0 commit comments