We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502040d commit cc09809Copy full SHA for cc09809
CHANGELOG.md
@@ -7,6 +7,9 @@ CHANGELOG
7
* passing arguments to `Request::isMethodSafe()` is deprecated.
8
* `ApacheRequest` is deprecated, use the `Request` class instead.
9
* 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.
13
* `PdoSessionHandler` now precalculates the expiry timestamp in the lifetime column,
14
make sure to run `CREATE INDEX EXPIRY ON sessions (sess_lifetime)` to update your database
15
to speed up garbage collection of expired sessions.
0 commit comments