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
I get the following deprecation notices in PHP 8.1 (just based on my usage, there might be more, as PHP 8.1 included quite a few new deprecation notices):
Function strftime() is deprecated - src/util/DateLocale.php (on line 60, 61 and 68)
imagefilledpolygon(): Using the $num_points parameter is deprecated - src/image/Image.php (on line 1611)
Implicit conversion from float to int loses precision - src/image/Image.php (on line 1049)
The text was updated successfully, but these errors were encountered:
I get the following deprecation notices in PHP 8.1 (just based on my usage, there might be more, as PHP 8.1 included quite a few new deprecation notices):
The text was updated successfully, but these errors were encountered: