Skip to content

PHP8.1: imagefilledpolygon(): Using the $num_points parameter is deprecated #68

@Findus23

Description

@Findus23

Just an early heads-up:
Using the PHP8.1 beta2 the following deprecation warning is shown:

Deprecated - imagefilledpolygon(): Using the $num_points parameter is deprecated

c-pchart/src/Draw.php

Lines 81 to 83 in c71e1d8

if (count($Points) >= 6) {
ImageFilledPolygon($this->Picture, $Points, count($Points) / 2, $FillColor);
}

see also https://www.php.net/manual/en/function.imagefilledpolygon.php

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