lscache_wp icon indicating copy to clipboard operation
lscache_wp copied to clipboard

PHP 8.2 deprecated warning Creation of dynamic property

Open ipajen opened this issue 2 years ago • 1 comments

Environment

  • WordPress: 6.2.1-alpha-55611
  • PHP: 8.2.0
  • LiteSpeed Cache 5.3.3

/wp-admin/admin.php?page=litespeed-crawler gives following deprecated warning:

Creation of dynamic property LiteSpeed\Crawler_Map::$_tb_blacklist is deprecated

wp-content/plugins/litespeed-cache/src/crawler-map.cls.php:30

ipajen avatar Mar 31 '23 17:03 ipajen

Here are a couple more examples:

Creation of dynamic property LiteSpeed\VPI::$_summary is deprecated in /litespeed-cache/src/vpi.cls.php on line 22

Creation of dynamic property LiteSpeed\VPI::$_queue is deprecated in /plugins/litespeed-cache/src/vpi.cls.php on line 159

edent avatar Oct 12 '23 10:10 edent