Creation of dynamic property LLAR\Core\CloudApp::$api is deprecated
-
Since upgrading to PHP 8.2 I’m getting the following warning:
Creation of dynamic property LLAR\Core\CloudApp::$api is deprecated in .../limit-login-attempts-reloaded/core/CloudApp.php on line 43
Dynamic properties are deprecated in php 8.2. These will be fatal errors in 9.0. This is arbitrarily easy to fix by simply defining the property at the top of the class.
Just as a point of reference, WP Engine (one of the largest managed WordPress hosts) is force upgrading users from 8.0 to 8.2 so I think this merits a patch.
I’ve added the issue to the github repo here, and have opened a PR tio patch the issue here. Have already opened a PR to patch the issue here. Just need it reviewed and merged.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Creation of dynamic property LLAR\Core\CloudApp::$api is deprecated’ is closed to new replies.