-
Notifications
You must be signed in to change notification settings - Fork 80
Update to PHP 8 #85
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
Update to PHP 8 #85
Conversation
|
need any update to merge? |
|
PHP 8 does not bring any benefit for this Docker image, because it is not meant to run custom software. It however possibly introduces breakage. Thus I plan on sitting on this PR for a little longer to make sure any PHP bugs and Adminer incompatibilities are fixed. |
Update to PHP 8 (TimWolla/docker-adminer#85)
|
It seems that Adminer is still not fully compatible with PHP 8, see e.g. vrana/adminer#429, I also have a regression where tables status is all empty cells... |
|
@guilliamxavier There's also #108. I was hoping to sit that out, because at least #108 is a not-as-severe issue. But Adminer returning incorrect or missing information is bad of course. I'll try to get a revert done this evening. |
|
My bad, the "tables status is all empty cells" regression is not because of PHP 8 but Adminer 4.8.1, as downgrading to 4.8.0 fixes it 😖 |
|
Wait... I inspected https://github.com/vrana/adminer/compare/v4.8.0...v4.8.1?w=1 but didn't see what could have caused the regression, then I realized that the Docker image adminer:4.8.0 was based on php:7.4 🤦♂️ (to be sure of the cause, one should try Adminer 4.8.0 on PHP 8.0 and/or Adminer 4.8.1 on PHP 7.4...) |
|
Thanks for the revert. After a |
No description provided.