fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework

Home Page:http://fuelphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug php 8

hotlabs opened this issue · comments

pleas update /core/classes/image/gd - to php version

function imagecopy
php 8
dst_image and src_image expect GdImage instances now; previously, resources were expected.

Any specific issues, or just the is_resource() checks than need expanding?