PHP 8.1 compatibility
-
Hello,
I’m currently in the process of migrating my websites to PHP 8.1 and I come across some issues with the plugin’s compatibility with PHP 8.1.
Here’s the errors spotted by
phpcompatibility/php-compatibility
package:FILE: amazon-s3-and-cloudfront/classes/amazon-s3-and-cloudfront.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------ FOUND 3 ERRORS AFFECTING 3 LINES ------------------------------------------------------------------------------------------------------------------------------------------------------------------ 422 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove | | ambiguity. 454 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove | | ambiguity. 502 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove | | ambiguity. ------------------------------------------------------------------------------------------------------------------------------------------------------------------
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP 8.1 compatibility’ is closed to new replies.