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
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:
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: