Icinga/icingaweb2-module-vspheredb

Deprecated Ramsey PHP Error

B3RN0UT opened this issue · 1 comments

Current Behavior

Daemon keep-alive is outdated, last refresh was before xD yh

Module Overview Page shows at the bottom half:

Deprecated
: Return type of Ramsey\Collection\AbstractArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in
/usr/share/icinga-php/ipl/vendor/ramsey/collection/src/AbstractArray.php
on line
87


Deprecated
: Return type of Ramsey\Collection\AbstractArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in
/usr/share/icinga-php/ipl/vendor/ramsey/collection/src/AbstractArray.php
on line
87


Deprecated
: Ramsey\Uuid\Builder\BuilderCollection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in
/usr/share/icinga-php/ipl/vendor/ramsey/uuid/src/Builder/BuilderCollection.php
on line
32


Deprecated
: Ramsey\Uuid\Provider\Node\NodeProviderCollection implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in
/usr/share/icinga-php/ipl/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php
on line
0

Your Environment

  • VMware vCenter®/ESXi™-Version: 7.0.3
  • Version/GIT-Hash of this module: 1.7.1
  • Icinga Web 2 version: 2.12.0
  • Operating System and version: debian 11
  • Webserver, PHP versions: 8.1.25
  • icinga-php-library: v0.13.0

It seems that the current Icinga PHP Library v0.13.1 fixed my issue.