PHP8 Deprecated warnings
-
Hello, I’ve upgraded a site to PHP 8.1 and receiving the following PHP deprecated messsages in the error log. Please can this be looked into? I’m using version 1.10.4 of the plugin.
PHP Deprecated: Return type of No3x\WPML\Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /xxx/public/wp-content/plugins/wp-mail-logging/lib/vendor/pimple/pimple/src/Container.php on line 128
PHP Deprecated: Return type of No3x\WPML\Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /xxx/wp-content/plugins/wp-mail-logging/lib/vendor/pimple/pimple/src/Container.php on line 93
PHP Deprecated: Return type of No3x\WPML\Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in xxx/wp-content/plugins/wp-mail-logging/lib/vendor/pimple/pimple/src/Container.php on line 74
PHP Deprecated: Return type of No3x\WPML\Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /xxx/wp-content/plugins/wp-mail-logging/lib/vendor/pimple/pimple/src/Container.php on line 138
- The topic ‘PHP8 Deprecated warnings’ is closed to new replies.