mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Release 4.9.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$VERSION = "4.9.1-dev";
|
$VERSION = "4.9.1";
|
||||||
|
|
||||||
function adminer_errors($errno, $errstr) {
|
function adminer_errors($errno, $errstr) {
|
||||||
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
Adminer 4.9.1-dev:
|
Adminer 4.9.1:
|
||||||
Support PHP 8.3
|
Support PHP 8.3
|
||||||
PostgreSQL: Show only accessible databases
|
PostgreSQL: Show only accessible databases
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user