mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
59c6b2dccd
In PHP 8.2 and later, setting a value to an undeclared class property is deprecated and emits a deprecation notice. So we need to add missing class properties that still need to be declared.
16 lines
572 B
Plaintext
16 lines
572 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-73523 php80 compliance. Deprecated openssl_free_key() use (https://github.com/tpyo/amazon-s3-php-class/issues/178)
|
|
MDL-77342 PHP 8.2 compliance. Add property $file in class S3Request. |