tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 503 forks source link

{} is deprecated, used [] instead #166

Closed lucatacconi closed 3 years ago

lucatacconi commented 4 years ago

Accessing string characters with {} is deprecated, use [] instead

lucatacconi commented 4 years ago

Accessing string characters with {} is deprecated, used [] instead.

andrewtweber commented 3 years ago

Please merge this. This package is broken with PHP 7.4 and this PR was approved 9 months ago

ColeDCrawford commented 3 years ago

Can we get this or https://github.com/tpyo/amazon-s3-php-class/pull/167 merged into master? Is @tpyo or another maintainer still around to approve the PR?

arthurian commented 3 years ago

@tpyo It would be great to have this merged. As others have stated, this package is broken with PHP 7.4 due to https://wiki.php.net/rfc/deprecate_curly_braces_array_access.