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.
Actions