backdrop-contrib / imagewebp

WebP is a modern image format that provides superior lossless and lossy compression for images on the web
GNU General Public License v2.0
0 stars 2 forks source link

Support for php >= 8.0 #13

Open robertgarrigos opened 1 month ago

robertgarrigos commented 1 month ago

For php >= 8.0, function_exists(gd_info()) has to be function_exists('gd_info')