PHP-Parser 2.0.0
This release adds complete support for parsing PHP 7 code.
A description of backwards incompatible changes between version 1.x and 2.0 can be found in the upgrading guide.
A complete list of changes between 1.x and 2.0 can be found in the changelog.
There has been only one additional change since version 2.0.0-beta1:
- String parts of encapsed strings are now represented using
Scalar\EncapsStringPartnodes. Previously raw strings were used. This affects thepartschild ofScalar\EncapsandExpr\ShellExec. The change has been done to allow assignment of attributes to encapsed string parts.