PHP 8.1 deprecation warning
distantnative opened this issue · 3 comments
distantnative commented
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
skiphog commented
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