-
Notifications
You must be signed in to change notification settings - Fork 7.8k
PHP 8.3 Session issue? #11601
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
Comments
I can reproduce this. I'll run a bisect. |
First bad commit: b3e33be Probably, ext/session was relying on some behaviour that got changed in this commit. |
Weird. I can't immediately think of how this change could cause such an issue. Are you looking into it? If not I will do so. |
@iluuu1994 I'm not checking it out atm, I'm busy with other stuff :) |
The problem is that the code doesn't handle the graceful and unwind exit exceptions, I'll check what the best solution is. |
@iluuu1994 The code executes, but writes broken data to the session |
A key is written to the session without any value data |
@usarise The issue is in my patch (b3e33be). It's missing the handling of some special exceptions that get thrown when you |
These exceptions should not invoke the user error handler. Fixes phpGH-11601
Description
Using PHP 8.2.4 and older with phpMyAdmin 5.2.1 working fine but when i use it with PHP 8.3.0 it gives this php session error


and some times this
I'm not sure if it's a phpMyAdmin issue or a php issue.
PHP Version
PHP 8.3.0alpha3
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: