You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also having this problem while testing with redis. Im using .env with app.sessionSavePath = 'tcp://127.0.0.1:6379' with php8.1.
on php7.4 no ErrorException
PHP Version
8.1
CodeIgniter4 Version
4.2.6
CodeIgniter4 Installation Method
Composer (as dependency to an existing project)
Which operating systems have you tested for this bug?
macOS
Which server did you use?
fpm-fcgi
Database
No response
What happened?
将session 设置redis
php7.4正常
php8.1报错:Redis::connect(): Passing null to parameter #3 ($timeout) of type float is deprecated
Steps to Reproduce
将session 设置redis
php8.1 下
Expected Output
将session 设置redis
php8.1 下
Anything else?
No response
The text was updated successfully, but these errors were encountered: