Page MenuHomeDevCentral

Install php-ast on devserver role
ClosedPublic

Authored by dereckson on Mar 29 2018, 17:19.
Tags
None
Referenced Files
F12433208: D1534.id3915.diff
Wed, Nov 5, 20:21
Unknown Object (File)
Mon, Nov 3, 20:23
Unknown Object (File)
Thu, Oct 30, 15:35
Unknown Object (File)
Wed, Oct 29, 17:32
Unknown Object (File)
Sat, Oct 25, 17:52
Unknown Object (File)
Fri, Oct 24, 14:43
Unknown Object (File)
Tue, Oct 21, 15:05
Unknown Object (File)
Tue, Oct 21, 14:59
Subscribers
None

Details

Summary

This extension provides an AST tree and is required by static analysers
like phan, but not packaged everywhere.

Furthermore, PECL packages are known tedious to version and are sometimes
desync'ed from installed PHP version.

It's so probably better to install it manually.

Fixes T1362.

Test Plan
psysh
>>> $node = new ast\Node;
=> ast\Node {#187
     +kind: null,
     +flags: null,
     +lineno: null,
     +children: null,
   }

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
php-ast (branched from master)
Build Status
Buildable 2407
Build 2655: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 29 2018, 17:20
This revision was automatically updated to reflect the committed changes.