FYI: PHP8.2 Deprecation notice spotted (small fix will do)
-
Hello, just wanted to give a heads up:
We’re prepping for PHP 8.2 and this tiny deprecation fills our logs (each request):
PHP Deprecated: Implicit conversion from float 216.75 to int loses precision in …/app/public/wp-content/plugins/wp-gdpr-compliance/Utils/Helper.php on line 228Think explicit int casting should be enough to kill the notice:
$return .= str_pad( dechex( (int) $color ), 2, '0', STR_PAD_LEFT );
- The topic ‘FYI: PHP8.2 Deprecation notice spotted (small fix will do)’ is closed to new replies.