amazon-s3-php-class
amazon-s3-php-class copied to clipboard
PHP 8 Issues
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