claviska/SimpleImage

PHP 8.1 deprecation warning

distantnative opened this issue · 3 comments

Using it with PHP 8.1 throws the following deprecation warning

preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated

for claviska/simpleimage/src/claviska/SimpleImage.php:61

And also
imagecreatetruecolor();
Deprecated: Implicit conversion from float to int loses precision in claviska/SimpleImage.php on line 805

imagecopyresampled()
Deprecated: Implicit conversion from float to int loses precision in claviska/SimpleImage.php on line 809

And maybe somewhere else

Thanks for reporting this. And thanks, @maPer77, for submitting the patch!

Thanks for reporting this. And thanks, @maPer77, for submitting the patch!

👍