adminerevo
adminerevo copied to clipboard
PHP 8.3 Undefined property warning
Undefined property: stdClass::$table in adminer-4.8.3.php on line 1525
I made a temporary fix to silence the warning, on line 1525, Col37, after the opening parenthesis, insert this
error_reporting(E_ERROR | E_PARSE);
to prevent the table being malformed by the error.
However, I wish we can port this to PHP8.3 and properly fix the issue.
history https://github.com/vrana/adminer/pull/429
Dear @Yrr0r, I understand your point to silence the warning(s) and be able to continue using adminer on PHP8.3. However, it is not a future-proof solution. I have started working on fixes related to PHP8.3, but it's a large work which has impact in all the drivers and will take time to be fully completed. The next release will already contain a lot of fixes, but I cannot guarantee all will be. Feel free to report issues here and I'll be happy to target them. Regards, L.
I believe the proposed PR is not a straight silencing of errors. https://github.com/vrana/adminer/pull/429/files