1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 18:44:02 +02:00

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.
This commit is contained in:
Sneda8
2023-12-17 01:36:25 +01:00
committed by Jakub Vrana
parent fdeb9557cd
commit b6f9f58712
4 changed files with 11 additions and 14 deletions

View File

@@ -1,3 +1,6 @@
Adminer 4.9.1-dev:
Support PHP 8.3
Adminer 4.9.0:
Validate connection to server in HTTP based drivers
Elasticsearch 5: Make unusable driver usable again, move it to plugins