fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
802 stars 335 forks source link

bug php 8 #2163

Closed hotlabs closed 2 years ago

hotlabs commented 2 years ago

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.

WanWizard commented 2 years ago

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