Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.4 issue with session handling #564

Closed
instantflorian opened this issue Feb 6, 2025 · 1 comment
Closed

PHP 8.4 issue with session handling #564

instantflorian opened this issue Feb 6, 2025 · 1 comment

Comments

@instantflorian
Copy link
Contributor

instantflorian commented Feb 6, 2025

dbsession.php throws deprecated warnings:
[Deprecated] /framework/dbsession.php:[58] from /framework/initialize.php:[221] DbSession->__construct "session_set_save_handler(): Providing individual callbacks instead of an object implementing SessionHandlerInterface is deprecated"

This code has to be put in a new SessionHandler class, but I have no idea how.

We need a solution, of course one could "fix" this temporarily putting an @ in front of "session_set_save_handler", but that won't solve the issue.

@instantflorian
Copy link
Contributor Author

Solved with 128eeb9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant