Actions
Bug #25672
closed[scheduler] CronCmd class variable "values" does not contain integers only
Start date:
2010-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The scheduler's cron command class generates generates a timestamp parts array ("values"). Each part (= array value) is supposed to be an integer. However, this is not the case for anything else than the minute part.
Why is each timestamp part supposed to be integer? - See tx_scheduler_CronCmd::getTstamp() which uses values in mktime function call that requires parameters to be integer.
(issue imported from #M16319)
Actions