elecena/amazon-s3-php-class

The library is not compatible with PHP 8.2

ricci69 opened this issue · 2 comments

Trying to run the library with PHP 8.2 the following deprecation error is returned

Deprecated: Use of "self" in callables is deprecated in /var/www/html/test/vendor/elecena/amazon-s3-php-class/S3.php on line 2010
Deprecated: Use of "self" in callables is deprecated in /var/www/html/test/vendor/elecena/amazon-s3-php-class/S3.php on line 2014

I think this issue is raised because PHP 8.2 partially-supported callable are deprecated
https://php.watch/versions/8.2/partially-supported-callable-deprecation

Fixed in pull request #39

Waiting for your approval.

Thanks for the bug report and the fix - #39 has just got merged.