Page MenuHomePhabricator

Simplify version parsing for `ArcanistPhpLinter`
ClosedPublic

Authored by joshuaspence on Jan 7 2015, 8:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 12:04 PM
Unknown Object (File)
Tue, Oct 29, 12:57 PM
Unknown Object (File)
Sat, Oct 26, 3:43 AM
Unknown Object (File)
Oct 15 2024, 12:11 PM
Unknown Object (File)
Oct 14 2024, 9:28 AM
Unknown Object (File)
Oct 11 2024, 10:32 AM
Unknown Object (File)
Oct 9 2024, 2:15 PM
Unknown Object (File)
Sep 12 2024, 3:04 PM
Subscribers

Details

Summary

We can use php --run "echo phpversion();" to return a nice, compact representation of the PHP version.

Test Plan

arc unit

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 3659
Build 3669: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Simplify version parsing for `ArcanistPhpLinter`.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.

Remove whitespace

epriestley edited edge metadata.
This revision is now accepted and ready to land.Jan 7 2015, 12:53 PM
This revision was automatically updated to reflect the committed changes.