Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brokeyourbike/image-php8-fix-opencart

Image library fix for PHP8
https://github.com/brokeyourbike/image-php8-fix-opencart

ocmod opencart opencart-3x opencart-extension opencart-module php php8

Last synced: 3 months ago
JSON representation

Image library fix for PHP8

Awesome Lists containing this project

README

        

# image-php8-fix-opencart

[![Latest Stable Version](https://img.shields.io/github/v/release/brokeyourbike/image-php8-fix-opencart)](https://github.com/brokeyourbike/image-php8-fix-opencart/releases)
![GitHub all releases](https://img.shields.io/github/downloads/brokeyourbike/image-php8-fix-opencart/total?color=blue)
[![Maintainability](https://api.codeclimate.com/v1/badges/4816f3de3041b901fd08/maintainability)](https://codeclimate.com/github/brokeyourbike/image-php8-fix-opencart/maintainability)

Image library fix for PHP8

In PHP8 `imagecreatefrom*` functions return `\GdImage` class [instead of resource](https://www.php.net/manual/en/class.gdimage.php).