PHP 5.2
-
I think you should use
dirname(__FILE__)
instead of__DIR__
to support users that still use PHP 5.2. Maybe that’s old, but WordPress itself supports PHP 5.2.4 or greater.
- The topic ‘PHP 5.2’ is closed to new replies.
Home / Plugin: Less PHP Compiler / PHP 5.2
I think you should use dirname(__FILE__)
instead of __DIR__
to support users that still use PHP 5.2. Maybe that’s old, but WordPress itself supports PHP 5.2.4 or greater.