Skip to content

Errors with PHP 8 #1

@DigitalFeonix

Description

@DigitalFeonix

With PHP 8, the GD functions have switched from using a resource pointer to an instance of GdImage.

A few of the methods assume and check for resources, they will break in PHP 8.

Either these methods need to be updated to support both resources and GdImage instances, OR the composer file needs to be updated to exclude PHP 8 and above.

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