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