adminer icon indicating copy to clipboard operation
adminer copied to clipboard

PHP 8.3 error suppression

Open Sneda8 opened this issue 1 year ago • 7 comments

PHP 8.3 has shortened the array access on null error message to "Trying to access array offset on null". This commit changes the regular expression used to circumvent errors.

Sneda8 avatar Dec 17 '23 00:12 Sneda8

+1

jeffwhansen avatar Jan 02 '24 03:01 jeffwhansen

Thank you very much for this correction. When will you be able to publish an updated version, please?

diam avatar Jan 05 '24 10:01 diam

please release a new version compatible with php 8.3

nbao avatar Jun 19 '24 08:06 nbao

Just for personal curiosity, why the choice is to catch these errors in this way, instead of adapting the code to avoid generating theses errors?

SkyEmie avatar Jul 21 '24 12:07 SkyEmie