Just noticed these deprecation notices when installing Keyring into a fresh Studio site running php 8.2 (the current php version default for Studio). Switching php to 8.1 makes them go away...
[05-Mar-2025 19:45:56 UTC] PHP Deprecated: Creation of dynamic property Keyring_Service_500px::$authenticate_url is deprecated in /var/www/html/wp-content/plugins/keyring/service.php on line 128
[05-Mar-2025 19:45:56 UTC] PHP Deprecated: Creation of dynamic property Keyring_Service_500px::$authenticate_method is deprecated in /var/www/html/wp-content/plugins/keyring/service.php on line 129
[05-Mar-2025 19:45:56 UTC] PHP Deprecated: Creation of dynamic property Keyring_Service_500px::$users_url is deprecated in /var/www/html/wp-content/plugins/keyring/service.php on line 128
[05-Mar-2025 19:45:56 UTC] PHP Deprecated: Creation of dynamic property Keyring_Service_500px::$users_method is deprecated in /var/www/html/wp-content/plugins/keyring/service.php on line 129
[05-Mar-2025 19:45:56 UTC] PHP Deprecated: Creation of dynamic property OAuthConsumer::$callback_url is deprecated in /var/www/html/wp-content/plugins/keyring/includes/oauth-php/OAuth.php on line 19
Just noticed these deprecation notices when installing Keyring into a fresh Studio site running php 8.2 (the current php version default for Studio). Switching php to 8.1 makes them go away...