Page MenuHomePhabricator

PHP compatibility fix
ClosedPublic

Authored by joshuaspence on Jul 17 2014, 9:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 30, 11:31 AM
Unknown Object (File)
Tue, Jan 14, 8:59 PM
Unknown Object (File)
Dec 28 2024, 11:17 AM
Unknown Object (File)
Dec 17 2024, 12:21 PM
Unknown Object (File)
Dec 13 2024, 8:52 PM
Unknown Object (File)
Dec 4 2024, 8:31 PM
Unknown Object (File)
Nov 28 2024, 2:07 PM
Unknown Object (File)
Nov 25 2024, 12:59 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