From 28d9543c14a15f02152cbfed62c382a403cd7cec 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 | 2 +- compile.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index 01a9d0b6..d9332b6d 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -1,6 +1,6 @@