mirror of
https://github.com/moodle/moodle.git
synced 2025-02-06 08:10:11 +01:00
4355a5ac0a
As MDL-73016 set the minimum supported PHP version for Moodle 4.4 and up to PHP 8.1 we can now safely remove this check. It was introduced with MDL-73523 because of deprecated openssl_x509_free(), openssl_pkey_free() and openssl_free_key() functions. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
16 lines
454 B
Plaintext
16 lines
454 B
Plaintext
- S3.php -
|
|
|
|
Amazon S3 PHP Class
|
|
|
|
Cloned from https://github.com/tpyo/amazon-s3-php-class.git
|
|
|
|
https://github.com/tpyo/amazon-s3-php-class
|
|
http://undesigned.org.za/2007/10/22/amazon-s3-php-class
|
|
|
|
Local changes applied:
|
|
(verify on each upgrade of the library if they have been applied
|
|
upstream. Remove the local changes if so)
|
|
|
|
MDL-67031 php74 compliance. Change curly to square braces.
|
|
MDL-77342 PHP 8.2 compliance. Add property $file in class S3Request.
|