amazon-s3-php-class icon indicating copy to clipboard operation
amazon-s3-php-class copied to clipboard

PHP 8 Issues

Open degive opened this issue 2 years ago • 0 comments

I am trying to use the class with PHP 8 and ran into 2 issues:

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in amazon_s3/S3.php on line 2015 $queryString = http_build_query($parameters, null, '&', PHP_QUERY_RFC3986);

Warning: S3Request::__responseWriteCallback(): Argument #1 ($curl) must be passed by reference, value given in amazon_s3/S3.php on line 2414 if (curl_exec($curl))

Can you fix?

Thank you.

Michel

degive avatar Jul 29 '22 18:07 degive