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

Error systax when run on php 8.2 #72

Open
tuanpham197 opened this issue Jul 11, 2023 · 2 comments
Open

Error systax when run on php 8.2 #72

tuanpham197 opened this issue Jul 11, 2023 · 2 comments
Labels

Comments

@tuanpham197
Copy link

tuanpham197 commented Jul 11, 2023

Using ${var} in strings is deprecated, use {$var} instead

Expected Behavior

I got error when run code on php 8.2, it relate to syntax of php 8.2
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /app/vendor/resque/php-resque/lib/Resque/Job/Status.php on line 48
Please update syntax in file Status.php, thank you.

Current Behavior

Possible Solution

Steps to Reproduce

Context

My Environment

  • PHP-Resque version: branch develop
  • PHP version: 8.2
  • Redis version:
  • Server type and version:
  • Operating System and version:
@perumurugan12
Copy link

any latest version.PHP 8.3 also same issue.

@liviocmachado
Copy link

I love this package, for me it always works very well for what I need without having to use frameworks or the like. It would be great to be updated to php 8.2! Congratulations to the developer anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants