Skip to content

PHP8.1: Implicit conversion from float to int loses precision #69

@Findus23

Description

@Findus23

Another early heads-up:

Deprecated - Implicit conversion from float 74.08333333332371 to int loses precision

return imagecolorallocatealpha($Picture, $R, $G, $B, $Alpha);

return $Value1 % $Value2;

imagettftext($this->Picture, $FontSize, $Angle, $X, $Y, $C_TextColor, $FontName, $Text);

see https://wiki.php.net/rfc/implicit-float-int-deprecate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions