php-resque
php-resque copied to clipboard
PHP 8+
Hello, do you have plans to refactor code to upgrade it to PHP 8.1+?
as minimum function strftime is deprecated: https://php.watch/versions/8.1/strftime-gmstrftime-deprecated
thanks!
We have done it in this fork: https://github.com/FortnoxAB/php-resque
@jonaz Thanks... with php 8.2 I get the error below, do you intend to loop one more for correction?
{"level":8192,"message":"Creation of dynamic property App\Models\Email::$args is deprecated","file":"/home/rm4/vendor/resque/php-resque/lib/Resque/Job/Factory.php","line":28}
@jonaz Thanks... with php 8.2 I get the error below, do you intend to loop one more for correction?
{"level":8192,"message":"Creation of dynamic property App\Models\Email::$args is deprecated","file":"/home/rm4/vendor/resque/php-resque/lib/Resque/Job/Factory.php","line":28}
Are you running our fork?
Yes @jonaz
Yes @jonaz
Have you created the public args property on your Email class? Its not supported to do that dynamic anymore?