Skip to content

Commit cc09809

Browse files
tsehonicolas-grekas
authored andcommitted
[HttpFoundation] Update CHANGELOG for PdoSessionHandler BC BREAK in 4.4
1 parent 502040d commit cc09809

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ CHANGELOG
77
* passing arguments to `Request::isMethodSafe()` is deprecated.
88
* `ApacheRequest` is deprecated, use the `Request` class instead.
99
* passing a third argument to `HeaderBag::get()` is deprecated, use method `all()` instead
10+
* [BC BREAK] `PdoSessionHandler` with MySQL changed the type of the lifetime column,
11+
make sure to run `ALTER TABLE sessions MODIFY sess_lifetime INTEGER UNSIGNED NOT NULL` to
12+
update your database.
1013
* `PdoSessionHandler` now precalculates the expiry timestamp in the lifetime column,
1114
make sure to run `CREATE INDEX EXPIRY ON sessions (sess_lifetime)` to update your database
1215
to speed up garbage collection of expired sessions.

0 commit comments

Comments
 (0)