yiisoft / yii2-redis

Yii 2 Redis extension.
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
452 stars 183 forks source link

Respect ini session.use_strict_mode #212

Closed rhertogh closed 3 years ago

rhertogh commented 4 years ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️/❌Only if Session::openSession() and/or Session::writeSession() are overwritten.
Tests pass?
Fixed issues Redis implementation for https://github.com/yiisoft/yii2/pull/18247
rhertogh commented 4 years ago

@samdark I suggest increasing the minor version to 2.1.0 because the Yii2 version constraint is increased significantly.

rhertogh commented 3 years ago

Looks good except dependency versions.

fixed

samdark commented 3 years ago

@rhertogh would you please into tests failure? Thanks.

rhertogh commented 3 years ago

@rhertogh would you please into tests failure? Thanks.

On it (also for the MongoDB PR).

samdark commented 3 years ago

👍