Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 deprecation: Using ${var} in strings is deprecated, use {$var} instead #459

Closed
ohader opened this issue Sep 25, 2022 · 2 comments
Closed

Comments

@ohader
Copy link

ohader commented Sep 25, 2022

PHP 8.2 deprecation: Using ${var} in strings is deprecated, use {$var} instead in firebase/php-jwt/src/JWT.php:139

https://github.com/firebase/php-jwt/blob/main/src/JWT.php#L139

@ohader ohader changed the title PHP 8.2 deprecation ${var} PHP 8.2 deprecation Using ${var} in strings is deprecated, use {$var} instead Sep 25, 2022
@ohader ohader changed the title PHP 8.2 deprecation Using ${var} in strings is deprecated, use {$var} instead PHP 8.2 deprecation: Using ${var} in strings is deprecated, use {$var} instead Sep 25, 2022
@Krisell
Copy link

Krisell commented Sep 25, 2022

There's an open PR resolving this: #446

sbuerk added a commit to TYPO3-CMS/styleguide that referenced this issue Oct 1, 2022
TYPO3 recently added the dependency `firebase/php-jwt`, which
contains a PHP8.2 deprecation. Thus acceptance tests are failing.

This change temporarly disable acceptance test execution
only for PHP8.2 until "firebase/php-jwt" has solved the issue.

See: firebase/php-jwt#459
lolli42 pushed a commit to TYPO3-CMS/styleguide that referenced this issue Oct 1, 2022
TYPO3 recently added the dependency `firebase/php-jwt`, which
contains a PHP8.2 deprecation. Thus acceptance tests are failing.

This change temporarly disable acceptance test execution
only for PHP8.2 until "firebase/php-jwt" has solved the issue.

See: firebase/php-jwt#459
@lolli42
Copy link

lolli42 commented Oct 8, 2022

This one is fixed with the merge of #446 and can be closed.

@ohader ohader closed this as completed Oct 8, 2022
bnf pushed a commit to bnf/typo3 that referenced this issue Nov 2, 2023
TYPO3 recently added the dependency `firebase/php-jwt`, which
contains a PHP8.2 deprecation. Thus acceptance tests are failing.

This change temporarly disable acceptance test execution
only for PHP8.2 until "firebase/php-jwt" has solved the issue.

See: firebase/php-jwt#459
TYPO3IncTeam pushed a commit to TYPO3-CMS/styleguide that referenced this issue Nov 2, 2023
TYPO3 recently added the dependency `firebase/php-jwt`, which
contains a PHP8.2 deprecation. Thus acceptance tests are failing.

This change temporarly disable acceptance test execution
only for PHP8.2 until "firebase/php-jwt" has solved the issue.

See: firebase/php-jwt#459
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants