Warning: "continue" targeting switch is equivalent to "break".
Database management in a single PHP file
Brought to you by:
jakubvrana
Switching to PHP 7 (from PHP 5.6), I get this warning:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/html/bilingueanglais-heroku/web/adminer.php on line 1170
This only seem to occur on the login page.
This is with adminer 4.7.0 (but also occured with 4.6.2.)
The exact versions of PHP I've been using, if that helps:
I have same problem only with PHP 7.3.0. If I switch to php 7.2.13 not have this warning ....
Same for me with PHP 7.3
Fixed by https://github.com/vrana/adminer/pull/318.