wp-database-tools icon indicating copy to clipboard operation
wp-database-tools copied to clipboard

Fixes for PHP 8.2 deprecation warnings

Open peterhebert opened this issue 1 year ago • 1 comments

Fixes for the following types of warnings in PHP 8.2:

  • Using ${var} in strings is deprecated, use {$var} instead
  • Creation of dynamic property X is deprecated

peterhebert avatar May 28 '24 20:05 peterhebert

I'm not sure if @calvinwinter monitors or maintains this at all anymore, but thank you @peterhebert - saved me some work!

tobybot avatar Jun 10 '24 16:06 tobybot