Skip to content

Errors with PHP 8 #1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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