NagVis / nagvis

Visualization addon for your open source monitoring core
http://nagvis.org/
GNU General Public License v2.0
113 stars 73 forks source link

PHP8.2 dynamic property deprecation errors #357

Closed yhabteab closed 8 months ago

yhabteab commented 8 months ago

Describe the bug

There are still some PHP 8.2 dynamic property deprecation errors.

NagVis Version

Bildschirmfoto 2023-10-11 um 18 18 08

To Reproduce Steps to reproduce the behavior:

  1. Go to /frontend/nagvis-js/index.php?mod=Map&act=view&show=demo-overview

Expected behavior

No dynamic property deprecation errors.

Additional context

share/server/core/classes/objects/NagVisHost.php -> $alias share/server/core/classes/objects/NagVisShape.php:

All these warnings are triggered in NagVisObject#setConfiguration() method.