- Issue created by @pipobizelli
- First commit to issue fork.
Since it was announced in the new version of PHP 8.2 that the methods utf8_encode() and utf8_decode() will be deprecated, it is necessary to update the module's code.
Use the methods from the Unicode class in Drupal.
utf8_encode
method on line 66 of EasychartUpdate
classutf8_decode
method on line 76 of EasychartUpdate
classN/A
N/A
N/A
Active
4.0
Code
The issue particularly affects sites running on PHP version 8.2.0 or later.