masterexploder / PHPThumb

PHP Thumbnail & Image Manipulation Library
http://phpthumb.gxdlabs.com
980 stars 264 forks source link

Fix for php 7.2 #133

Closed Andrej- closed 5 years ago

Andrej- commented 6 years ago

Version 7.2 throws an warning when setOptions method is called Warning: sizeof(): Parameter must be an array or an object that implements Countable in /path/to/project/vendor/masterexploder/phpthumb/src/PHPThumb/GD.php on line

Since $options variable is just declared and not defined code throws warning.

Best, Andrej

Sensetivity commented 5 years ago

Please merge!

tiagojmestre commented 5 years ago

Can someone please merge the fix?

webocoders commented 5 years ago

Please merge!