From b6f9f58712d2b9d88946ab516b9697fe5da63e67 Mon Sep 17 00:00:00 2001 From: Sneda8 <85223444+Sneda8@users.noreply.github.com> Date: Sun, 17 Dec 2023 01:36:25 +0100 Subject: [PATCH] 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. --- adminer/include/bootstrap.inc.php | 9 +-------- adminer/include/version.inc.php | 7 +++++++ changes.txt | 3 +++ compile.php | 6 ------ 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index 45f81367..cc5f2001 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -1,11 +1,5 @@