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)
Updated by Marcus Krause about 14 years ago
attached patch is made against trunk
Updated by Christian Kuhn almost 14 years ago
Committed to:
- trunk rev. 9634.
- 4.4 rev. 9635.
- 4.3 rev. 9636.
Updated by Francois Suter over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions