More php Deprecation Messages
-
Hi there
I have just installed your latest version (v6.1.3) and I see that in your changelog you mention that you had resolved some of the PHP deprecation messages. I am trying to tune my debug log to remove noise as I have some other issues I need to focus on.
I am still seeing a range of deprecation messages from Awesome Support with this new version.
Some samples:
Error: Constant FILTER_SANITIZE_STRING is deprecatedPlugin:?Awesome Support
File:?/wp-content/plugins/awesome-support/includes/admin/class-admin-help.php
Lines: 57, 86, 106, 143, 178, 220
Error: Constant FILTER_SANITIZE_STRING is deprecated
Plugin: Awesome Support
File: /wp-content/plugins/awesome-support/includes/admin/class-admin-gas.php
Line: 59
Error: Return type of EAMann\Sessionz\Manager::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Plugin: Awesome Support
File: /wp-content/plugins/awesome-support/vendor/ericmann/sessionz/php/Manager.php
Lines: 150, 175, 197, 219, 249, 262
Error: Return type of WP_Session::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Plugin: Awesome Support
File: /wp-content/plugins/awesome-support/vendor/ericmann/wp-session-manager/includes/deprecated.php
Lines: 220, 227, 234, 241
I can manually go in and update these to add in the required suppression for them but was hoping they would have been covered in your update. Can you confirm if they were supposed to have been addressed ?Cheers
Joe
- The topic ‘More php Deprecation Messages’ is closed to new replies.