You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we switched to PHP 8.2, we started seeing the following PHP notices and warnings: PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /xyz/xyz/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/includes/vendor/firebase/php-jwt/src/JWT.php on line 139
Hi!
When we switched to PHP 8.2, we started seeing the following PHP notices and warnings:
PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /xyz/xyz/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/includes/vendor/firebase/php-jwt/src/JWT.php on line 139
It looks like this was updated in Firebase PHP-JWT here in their 6.4.0 release: https://github.com/firebase/php-jwt/blob/main/src/JWT.php#L144.
When you have a chance, could you update this dependency in the plugin?
Thanks!
The text was updated successfully, but these errors were encountered: