Closed (cannot reproduce)
Project:
FullCalendar
Version:
7.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2012 at 18:42 UTC
Updated:
20 Mar 2012 at 00:45 UTC
The module uses the pre-defined __DIR__ constant, which was introduced in PHP 5.3.0. It can be replaced by dirname(__FILE__) for previous versions of PHP
Comments
Comment #1
tim.plunkettWhere does the module use that?
Comment #2
geerlingguy commentedI didn't see it anywhere in the code; also, I'm using FullCalendar on 8 different server configurations; 6 of them are running variants of PHP 5.2, and none have had any trouble to speak of.
Comment #3
tim.plunkett