humanmade / Cavalcade

A better wp-cron. Horizontally scalable, works perfectly with multisite.
https://engineering.hmn.md/projects/cavalcade/
Other
519 stars 46 forks source link

PHP Warning with PHP8.2 #123

Closed mikelittle closed 5 months ago

mikelittle commented 1 year ago

PHP Warning: Trying to access array offset on value of type bool in /etc/cavalcade/inc/class-job.php on line 44

mikelittle commented 1 year ago

More warnings spotted

PHP Deprecated:  Creation of dynamic property HM\Cavalcade\Runner\Logger::$db is deprecated in /etc/cavalcade/inc/class-logger.php on line 8
PHP Deprecated:  Creation of dynamic property HM\Cavalcade\Runner\Logger::$table_prefix is deprecated in /etc/cavalcade/inc/class-logger.php on line 9
PHP Deprecated:  Creation of dynamic property HM\Cavalcade\Runner\Job::$schedule is deprecated in /etc/cavalcade/inc/class-runner.php on line 251

Issue raised here https://github.com/humanmade/Cavalcade-Runner/issues/72

mikelittle commented 5 months ago

Looks like all these are resolved now. Closing.