JamesHeinrich / phpThumb

phpThumb() - The PHP thumbnail generator
Other
315 stars 141 forks source link

PHP 8.0 warning: Deprecated: Required parameter $phpThumbObject follows optional parameter $rotate_angle #184

Closed Mark-H closed 2 years ago

Mark-H commented 2 years ago

Didn't see an issue for this yet, but on PHP 8.0 the following message gets logged:

PHP Deprecated:  Required parameter $phpThumbObject follows optional parameter $rotate_angle 
in vendor/james-heinrich/phpthumb/phpthumb.filters.php on line 755

See: https://php.watch/versions/8.0/deprecate-required-param-after-optional

There may be more similar issues; I just stumbled across this one in my logs and figured I'd make sure it was reported. :)

ggppdk commented 2 years ago

This was fixed with: f1f6cd6