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
Using ${var} in strings is deprecated, use {$var} instead
Can be fixed in this version
2
Function strftime() is deprecated
Can be fixed in this version, Alternatives to this function date()
3
[TypeError]
Unsupported operand types: int - string
Exception trace:
() at /www/app/vendor/amenadiel/jpgraph/src/util/DateLocale.php:60
Can be fixed in this version, using (int)
4
imagefilledpolygon(): Using the $num_points parameter is deprecated
#1 /www/app/vendor/amenadiel/jpgraph/src/image/Image.php(1611): imagefilledpolygon(Object(GdImage), Array, 4, 16777215)
it cannot be modified directly, which will cause compatibility problems. (deprecated as of PHP 8.1.0)
5
Creation of dynamic property Amenadiel\JpGraph\Themes\UniversalTheme::$graph is deprecated
#0 /www/app/vendor/amenadiel/jpgraph/src/themes/Theme.php(52)
Creation of dynamic property Amenadiel\JpGraph\Graph\LinearTicks::$ticks_label is deprecated
#0 /www/app/vendor/amenadiel/jpgraph/src/graph/LinearTicks.php(209)
Can be fixed in this version, declare the class properties
6
Implicit conversion from float 48.5 to int loses precision
#1 /www/app/vendor/amenadiel/jpgraph/src/image/Image.php(1158): imagettftext(Object(GdImage), 8, 0, 48.5, 98.0, 4473924
Implicit conversion from float 113.5 to int loses precision
#1 /www/app/vendor/amenadiel/jpgraph/src/image/Image.php(1048): imagettftext(Object(GdImage), 8, 0, 113.5, 52.0, 4473924,
Can be fixed in this version, using (int)
The text was updated successfully, but these errors were encountered:
jeeinn
changed the title
php v8.2.2 not support
php v8.2 not support
Feb 16, 2023
jeeinn
changed the title
php v8.2 not support
Not support in php v8.2
Feb 16, 2023
Error:
1
2
date()
3
(int)
4
5
6
(int)
The text was updated successfully, but these errors were encountered: