• Resolved Jer Turowetz

    (@jturowetzgmailcom)


    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)
  • Plugin Author WPChef

    (@wpchefgadget)

    Thanks for reporting this. We are creating a patch for the new upcoming version.

    Plugin Author WPChef

    (@wpchefgadget)

    Hi Jer,

    We have uploaded a new version of the plugin with your PR included. Thank you!

    Thread Starter Jer Turowetz

    (@jturowetzgmailcom)

    My pleasure! Lovely to see a simple PR assessed and merged swiftly. Really builds confidence in the plugin.

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.