Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brokeyourbike/image-php8-fix-opencart
- Owner: brokeyourbike
- License: mit
- Created: 2021-07-25T07:53:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T12:01:41.000Z (over 1 year ago)
- Last Synced: 2024-07-28T16:33:15.143Z (4 months ago)
- Topics: ocmod, opencart, opencart-3x, opencart-extension, opencart-module, php, php8
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).