Actions
Bug #4618
closedScheduler is not usable without calendar PHP extension
Start date:
2009-09-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The scheduler extension relies on the calendar library of PHP to calculate the number of days in a given month (function cal_days_in_month
). This is a problem if this extension is not installed, which is the case with e.g. the Macports installation of PHP.
Scheduler should at least check for the availability of this extension and display a warning if it is not installed/loaded.
Updated by Francois Suter about 15 years ago
- Status changed from New to Accepted
- Assignee set to Francois Suter
Indeed. I remember noticing this and then forgetting to check further. Anyway the number of days in a given month can be gotten with date('t') so it should be possible to do without the cal library.
Updated by Francois Suter about 15 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Solved in r1245
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