1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-20 05:11:25 +02:00

Bump version to 4.9.4-dev

This commit is contained in:
Peter Knut
2024-10-03 23:33:25 +02:00
committed by Jakub Vrana
parent 476b957565
commit 7eccd59856

View File

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