interconnectit/Search-Replace-DB

PHP 7.3 compatibility

mircobabini opened this issue · 1 comments

srdb.class.php:861 breaks on php7.3, because:

"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

@mircobabini Thanks for the info.

The script should work as intended despite this.
We are currently working on a new release 4.0. That should resolve your issue if you want to try it out