PHP 8.5 Deprecation warnings
-
After upgrading to PHP 8.5, we are getting the following deprecation warnings:
PHP Deprecated: Using null as an array offset is deprecated, use an empty string instead in /{PATH}/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php on line 135
PHP Deprecated: Using null as an array offset is deprecated, use an empty string instead in /{PATH}/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php on line 49
PHP Deprecated: Using null as an array offset is deprecated, use an empty string instead in /{PATH}/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php on line 63
PHP Deprecated: Using null as an array offset is deprecated, use an empty string instead in /{PATH}/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php on line 66
PHP Deprecated: Using null as an array offset is deprecated, use an empty string instead in /{PATH}/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php on line 154
PHP Deprecated: Using null as an array offset is deprecated, use an empty string instead in /{PATH}/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php on line 157I realize these warnings don’t affect functionality (yet), but they really fill up our error logs. A fix would be very appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.