Hi,
I'm trying latest 4.2.3 on latest PHP7.0.0RC7 x64 and I'm having this warning:
Warning: Declaration of Min_DB::connect($N, $V, $G) should be compatible with mysqli::connect($host = NULL, $user = NULL, $password = NULL, $database = NULL, $port = NULL, $socket = NULL) in adminer.php on line 1171
Am I the only one with this issue or is a bug?
Thanks
Same problem here on RC8. Completely blocks the application from working if errors are shown.
Last edit: iggyvolz 2015-11-26
Fixed by changing the function definition on line 1171 to:
Min_DB::connect($N=null,$V=null,$G=null,$A=null,$B=null,$C=null)
Submitted a PM: https://github.com/vrana/adminer/pull/164
Fixed in Git.