Menu

#477 PHP7 compatible methods

Git
closed-fixed
nobody
php7 (2)
5
2016-01-25
2015-11-19
No

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

Discussion

  • iggyvolz

    iggyvolz - 2015-11-26

    Same problem here on RC8. Completely blocks the application from working if errors are shown.

     

    Last edit: iggyvolz 2015-11-26
  • iggyvolz

    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)

     
  • iggyvolz

    iggyvolz - 2015-12-09
     
  • Jakub Vrána

    Jakub Vrána - 2016-01-25
    • status: open --> closed-fixed
     
  • Jakub Vrána

    Jakub Vrána - 2016-01-25

    Fixed in Git.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.