google/recaptcha

PHP Deprecated: Creation of dynamic property ReCaptcha\ReCaptcha::$hostname is deprecated in /var/www/html/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php on line 216

pthreat opened this issue · 2 comments

Issue description
Depreactions in PHP 8.2.0

Environment
Dev

  • Debian Linux Bullseye
  • PHP version: 8.2.0
  • Web server name and version: Nginx
  • google/recaptcha version: 1.2.4
  • Browser name and version: API Client (doesn't matter)

Reproducing the issue

Just creating a recaptcha instance

PHP Deprecated:  Creation of dynamic property ReCaptcha\ReCaptcha::$hostname is deprecated in /var/www/html/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php on line 216

Deprecated: Creation of dynamic property ReCaptcha\ReCaptcha::$hostname is deprecated in /var/www/html/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php on line 216
PHP Deprecated:  Creation of dynamic property ReCaptcha\ReCaptcha::$threshold is deprecated in /var/www/html/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php on line 254

Deprecated: Creation of dynamic property ReCaptcha\ReCaptcha::$threshold is deprecated in /var/www/html/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php on line 254

User steps

Create an instance in PHP 8.2

Will be fixed the day this is approved #514

Merged and released.