1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

Bump version to 4.9.3-dev

This commit is contained in:
Peter Knut
2024-09-18 10:57:48 +02:00
committed by Jakub Vrana
parent 06a4d294bd
commit 3d2d39e7d0

View File

@@ -1,5 +1,5 @@
<?php
$VERSION = "4.9.2";
$VERSION = "4.9.3-dev";
function adminer_errors($errno, $errstr) {
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);