adminer
adminer copied to clipboard
PHP 8.3 error suppression
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.
+1
Thank you very much for this correction. When will you be able to publish an updated version, please?
please release a new version compatible with php 8.3
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?