php-cron-scheduler icon indicating copy to clipboard operation
php-cron-scheduler copied to clipboard

PHP 8.4 deprecated notices

Open jeabakker opened this issue 11 months ago • 5 comments

PHP Deprecated:  GO\Scheduler::run(): Implicitly marking parameter $runTime as nullable is deprecated, the explicit nullable type must be used instead in vendor/peppeocchi/php-cron-scheduler/src/GO/Scheduler.php on line 166
PHP Deprecated:  GO\Job::isDue(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in vendor/peppeocchi/php-cron-scheduler/src/GO/Job.php on line 196
PHP Deprecated:  GO\Job::onlyOne(): Implicitly marking parameter $whenOverlapping as nullable is deprecated, the explicit nullable type must be used instead in vendor/peppeocchi/php-cron-scheduler/src/GO/Job.php on line 260

jeabakker avatar Dec 16 '24 15:12 jeabakker

any chance of gettin' a fix for these issues without losing php v7.4 support? thank you. @peppeocchi

andus4n avatar Dec 22 '24 15:12 andus4n

use https://github.com/adamz01h/php-cron-scheduler/ instead

MisterDuval avatar Jan 08 '25 10:01 MisterDuval

this is the main package and it should be maintained...until the creator will explicitly say that the current package is abandoned i'll stick to it. @peppeocchi, we need to know the future of this project.

andus4n avatar Jan 08 '25 16:01 andus4n

@peppeocchi, is there any update?

saschanos avatar Mar 04 '25 15:03 saschanos

@peppeocchi can you please let us know if you will continue the project and if there will be updates for PHP 8.4?

flipzoom avatar Apr 15 '25 08:04 flipzoom