Skip to content

PHP-Parser 3.0.0

Compare
Choose a tag to compare
@nikic nikic released this 30 Nov 18:25
· 979 commits to master since this release

PHP-Parser 3.0 adds support for PHP 7.1 and improves support for error recovery.

For a description of backwards incompatible changes between version 2.x and 3.0 see the upgrading guide.

The following changelog only lists changes relative to the beta 2 release. For a complete list of changes see the complete changelog.

Added

  • Added support for dumping node positions in the NodeDumper through the dumpPositions option.
  • Added error recovery support for $, new, Foo::.