Page MenuHomeDevCentral

Install php-ast on devserver role
ClosedPublic

Authored by dereckson on Mar 29 2018, 17:19.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 22, 21:34
Unknown Object (File)
Sat, May 18, 09:03
Unknown Object (File)
Tue, May 14, 20:39
Unknown Object (File)
Mon, May 13, 14:43
Unknown Object (File)
Sun, May 12, 12:47
Unknown Object (File)
Sun, May 12, 12:47
Unknown Object (File)
Thu, May 9, 18:51
Unknown Object (File)
Thu, May 9, 08:10
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 Not Applicable
Unit
Tests Not Applicable

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.