Project

General

Profile

Actions

Bug #4618

closed

Scheduler is not usable without calendar PHP extension

Added by Andreas Wolf over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Category:
scheduler
Target version:
-
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 #1

Updated by Francois Suter over 14 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.

Actions #2

Updated by Francois Suter over 14 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Solved in r1245

Actions #3

Updated by Francois Suter almost 12 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Michael Stucki over 10 years ago

  • Category set to scheduler
Actions #5

Updated by Michael Stucki over 10 years ago

  • Project changed from 739 to TYPO3 Core
  • Category changed from scheduler to scheduler
Actions

Also available in: Atom PDF