Page MenuHomePhabricator

PHP compatibility fix
ClosedPublic

Authored by joshuaspence on Jul 17 2014, 9:13 AM.
Tags
None
Referenced Files
F13770657: D9957.id23899.diff
Sun, Sep 8, 12:36 PM
Unknown Object (File)
Sat, Sep 7, 4:25 AM
Unknown Object (File)
Mon, Sep 2, 1:27 PM
Unknown Object (File)
Sun, Sep 1, 10:07 AM
Unknown Object (File)
Sun, Sep 1, 10:07 AM
Unknown Object (File)
Sun, Sep 1, 10:07 AM
Unknown Object (File)
Sun, Sep 1, 10:02 AM
Unknown Object (File)
Mon, Aug 26, 7:55 PM
Subscribers

Details

Summary

Replace __DIR__ with dirname(__FILE__) because __DIR__ is only available in PHP 5.3.0.

Test Plan

If this differential works, then it seems that everything is okay.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to PHP compatibility fix.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 17 2014, 11:39 AM