You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We found some errors and deprecations in the codebase, here's the list
File: filter/wiris/integration/lib/haxe/Utf8.class.php Line: 26 Message: Function utf8_encode() is deprecated since PHP 8.2; Use mb_convert_encoding(), UConverter::transcode() or iconv instead. Type: warning
File: filter/wiris/integration/lib/haxe/Utf8.class.php Line: 29 Message: Function utf8_decode() is deprecated since PHP 8.2; Use mb_convert_encoding(), UConverter::transcode() or iconv instead. Type: warning
File: filter/wiris/integration/lib/php/Boot.class.php Line: 808 Message: enum' is a soft reserved keyword as of PHP version 8.1 and should not be used to name a class, interface or trait or as part of a namespace (class declaration). Type: warning
File: filter/wiris/integration/lib/php/Boot.class.php Line: 732 Message: Method name _hx_type::rfl is discouraged; PHP has reserved all method names with a double underscore prefix for future use. Type: warning
File: filter/wiris/integration/lib/com/wiris/system/CallWrapper.class.php Line: 9 Message: Function __autoload() is deprecated since PHP 7.2 and removed since PHP 8.0; Use spl_autoload_register() instead. Type: error
Thank you very much for your efforts
The text was updated successfully, but these errors were encountered:
Thank you for reporting this! We've moved this suggestion to the next step and will let you know once we start working on it and once it is released. Any further issues, please feel free to contact us again.
Hi, thanks for the great work on this plugin
We found some errors and deprecations in the codebase, here's the list
File: filter/wiris/integration/lib/haxe/Utf8.class.php
Line: 26
Message: Function utf8_encode() is deprecated since PHP 8.2; Use mb_convert_encoding(), UConverter::transcode() or iconv instead.
Type: warning
File: filter/wiris/integration/lib/haxe/Utf8.class.php
Line: 29
Message: Function utf8_decode() is deprecated since PHP 8.2; Use mb_convert_encoding(), UConverter::transcode() or iconv instead.
Type: warning
File: filter/wiris/integration/lib/php/Boot.class.php
Line: 808
Message: enum' is a soft reserved keyword as of PHP version 8.1 and should not be used to name a class, interface or trait or as part of a namespace (class declaration).
Type: warning
File: filter/wiris/integration/lib/php/Boot.class.php
Line: 732
Message: Method name _hx_type::rfl is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
Type: warning
File: filter/wiris/integration/lib/com/wiris/system/CallWrapper.class.php
Line: 9
Message: Function __autoload() is deprecated since PHP 7.2 and removed since PHP 8.0; Use spl_autoload_register() instead.
Type: error
Thank you very much for your efforts
The text was updated successfully, but these errors were encountered: